test308 435 B

1234567891011121314151617181920212223242526272829303132333435
  1. <testcase>
  2. <info>
  3. <keywords>
  4. HTTPS
  5. HTTP GET
  6. FAILURE
  7. </keywords>
  8. </info>
  9. #
  10. # Client-side
  11. <client>
  12. <features>
  13. OpenSSL
  14. !MultiSSL
  15. </features>
  16. <server>
  17. https
  18. </server>
  19. <name>
  20. simple HTTPS GET with invalid crypto engine
  21. </name>
  22. <command>
  23. --engine invalid-crypto-engine-xyzzy -k https://%HOSTIP:%HTTPSPORT/308
  24. </command>
  25. </client>
  26. #
  27. # Verify data after the test has been "shot"
  28. <verify>
  29. <errorcode>
  30. 53
  31. </errorcode>
  32. </verify>
  33. </testcase>