mirror of
https://github.com/moparisthebest/curl
synced 2024-11-05 00:55:04 -05:00
a6f7b2f2a4
The certificate of revoked.grc.com has expired on 2020-04-13. Reviewed-by: Jay Satiro Closes #5233
34 lines
384 B
Plaintext
34 lines
384 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.badssl.com/
|
|
</command>
|
|
</client>
|
|
|
|
#
|
|
# Verify data after the test has been "shot"
|
|
<verify>
|
|
<errorcode>
|
|
0
|
|
</errorcode>
|
|
</verify>
|
|
</testcase>
|