test305 404 B

12345678910111213141516171819202122232425262728293031
  1. # Server-side
  2. <reply>
  3. <data>
  4. </data>
  5. </reply>
  6. # Client-side
  7. <client>
  8. <server>
  9. https
  10. </server>
  11. <name>
  12. insecure HTTPS without permission
  13. </name>
  14. <command>
  15. https://%HOSTIP:%HOSTPORT/want/305 --cacert moooo
  16. </command>
  17. </test>
  18. # Verify data after the test has been "shot"
  19. <verify>
  20. <strip>
  21. ^User-Agent:.*
  22. </strip>
  23. <protocol>
  24. </protocol>
  25. <errorcode>
  26. 60
  27. </errorcode>
  28. </verify>