test308 425 B

12345678910111213141516171819202122232425262728293031323334
  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. </features>
  15. <server>
  16. https
  17. </server>
  18. <name>
  19. simple HTTPS GET with invalid crypto engine
  20. </name>
  21. <command>
  22. --engine invalid-crypto-engine-xyzzy -k https://%HOSTIP:%HTTPSPORT/308
  23. </command>
  24. </client>
  25. #
  26. # Verify data after the test has been "shot"
  27. <verify>
  28. <errorcode>
  29. 53
  30. </errorcode>
  31. </verify>
  32. </testcase>