test305 395 B

1234567891011121314151617181920212223242526272829303132
  1. <testcase>
  2. <info>
  3. <keywords>
  4. HTTPS
  5. HTTP GET
  6. FAILURE
  7. </keywords>
  8. </info>
  9. # Client-side
  10. <client>
  11. <features>
  12. SSL
  13. </features>
  14. <server>
  15. https
  16. </server>
  17. <name>
  18. insecure HTTPS without permission
  19. </name>
  20. <command>
  21. https://%HOSTIP:%HTTPSPORT/want/%TESTNUMBER --cacert moooo
  22. </command>
  23. </client>
  24. # Verify data after the test has been "shot"
  25. <verify>
  26. <errorcode>
  27. 77
  28. </errorcode>
  29. </verify>
  30. </testcase>