test2043 381 B

123456789101112131415161718192021222324252627282930313233
  1. <testcase>
  2. <info>
  3. <keywords>
  4. HTTPS
  5. HTTP GET
  6. </keywords>
  7. </info>
  8. #
  9. # Client-side
  10. <client>
  11. <features>
  12. WinSSL
  13. </features>
  14. <server>
  15. none
  16. </server>
  17. <name>
  18. Disable certificate revocation checks
  19. </name>
  20. <command>
  21. --ssl-no-revoke -I https://revoked.grc.com/
  22. </command>
  23. </client>
  24. #
  25. # Verify data after the test has been "shot"
  26. <verify>
  27. <errorcode>
  28. 0
  29. </errorcode>
  30. </verify>
  31. </testcase>