blob: 7534ed6ba0407c3fe03d30d8946f1b2252d0b811 [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001<testcase>
2<info>
3<keywords>
4HTTPS
5HTTP GET
6FAILURE
7</keywords>
8</info>
9
10#
11# Client-side
12<client>
13<features>
14OpenSSL
15!MultiSSL
16</features>
17<server>
18https
19</server>
20 <name>
21simple HTTPS GET with invalid crypto engine
22 </name>
23 <command>
24--engine invalid-crypto-engine-xyzzy -k https://%HOSTIP:%HTTPSPORT/%TESTNUMBER
25</command>
26</client>
27
28#
29# Verify data after the test has been "shot"
30<verify>
31<errorcode>
3253
33</errorcode>
34</verify>
35</testcase>