mirror of
https://github.com/moparisthebest/curl
synced 2024-11-05 09:05:04 -05:00
34 lines
381 B
Plaintext
34 lines
381 B
Plaintext
|
<testcase>
|
||
|
<info>
|
||
|
<keywords>
|
||
|
HTTPS
|
||
|
HTTP GET
|
||
|
</keywords>
|
||
|
</info>
|
||
|
|
||
|
#
|
||
|
# Client-side
|
||
|
<client>
|
||
|
<features>
|
||
|
WinSSL
|
||
|
</features>
|
||
|
<server>
|
||
|
none
|
||
|
</server>
|
||
|
<name>
|
||
|
Disable certificate revocation checks
|
||
|
</name>
|
||
|
<command>
|
||
|
--ssl-no-revoke -I https://revoked.grc.com/
|
||
|
</command>
|
||
|
</client>
|
||
|
|
||
|
#
|
||
|
# Verify data after the test has been "shot"
|
||
|
<verify>
|
||
|
<errorcode>
|
||
|
0
|
||
|
</errorcode>
|
||
|
</verify>
|
||
|
</testcase>
|