诸暨麻将添加redis
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

34 lines
455 B

  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 server cert checking
  19. </name>
  20. <command> # no --insecure
  21. --tlsauthtype SRP --tlsuser jsmith --tlspassword abc https://%HOSTIP:%HTTPTLSSRPPORT/want/323
  22. </command>
  23. </client>
  24. # Verify data after the test has been "shot"
  25. <verify>
  26. <errorcode>
  27. 51
  28. </errorcode>
  29. </verify>
  30. </testcase>