123456789101112131415161718192021222324252627282930313233 |
- <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>
|