test322 434 B

123456789101112131415161718192021222324252627282930313233
  1. <testcase>
  2. <info>
  3. <keywords>
  4. HTTPS
  5. TLS-SRP
  6. FAILURE
  7. </keywords>
  8. </info>
  9. # Client-side
  10. <client>
  11. <server>
  12. httptls+srp
  13. </server>
  14. <features>
  15. TLS-SRP
  16. </features>
  17. <name>
  18. TLS-SRP with bad password
  19. </name>
  20. <command>
  21. --insecure --tlsauthtype SRP --tlsuser jsmith --tlspassword badpass https://%HOSTIP:%HTTPTLSPORT
  22. </command>
  23. </client>
  24. # Verify data after the test has been "shot"
  25. <verify>
  26. <errorcode>
  27. 35
  28. </errorcode>
  29. </verify>
  30. </testcase>