blob: b58d940e56a3773ffbf9269aa1552368fa5e88a3 [file] [log] [blame]
yuezonghe824eb0c2024-06-27 02:32:26 -07001<testcase>
2<info>
3<keywords>
4HTTPS
5TLS-SRP
6FAILURE
7</keywords>
8</info>
9
10# Client-side
11<client>
12<server>
13httptls+srp
14</server>
15<features>
16TLS-SRP
17</features>
18 <name>
19TLS-SRP with server cert checking
20 </name>
21<command> # no --insecure
22--tlsauthtype SRP --tlsuser jsmith --tlspassword abc https://%HOSTIP:%HTTPTLSPORT/want/323
23</command>
24</client>
25
26# Verify data after the test has been "shot"
27<verify>
28<errorcode>
2951
30</errorcode>
31</verify>
32
33</testcase>