test313 666 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. <testcase>
  2. <info>
  3. <keywords>
  4. HTTPS
  5. HTTP GET
  6. PEM certificate
  7. CRL
  8. </keywords>
  9. </info>
  10. #
  11. # Client-side
  12. <client>
  13. <features>
  14. SSL
  15. </features>
  16. <server>
  17. https Server-localhost-sv.pem
  18. </server>
  19. <name>
  20. CRL test
  21. </name>
  22. <command>
  23. --cacert %SRCDIR/certs/EdelCurlRoot-ca.crt --crlfile %SRCDIR/certs/Server-localhost-sv.crl https://localhost:%HTTPSPORT/313
  24. </command>
  25. # Ensure that we're running on localhost because we're checking the host name
  26. <precheck>
  27. perl -e "print 'Test requires default test server host' if ( '%HOSTIP' ne '127.0.0.1' );"
  28. </precheck>
  29. </client>
  30. #
  31. # Verify data after the test has been "shot"
  32. <verify>
  33. <errorcode>
  34. 60
  35. </errorcode>
  36. </verify>
  37. </testcase>