1<testcase>
2<info>
3<keywords>
4HTTPS
5HTTP GET
6FAILURE
7</keywords>
8</info>
9
10#
11# Client-side
12<client>
13<features>
14OpenSSL
15</features>
16<server>
17https
18</server>
19 <name>
20simple HTTPS GET with invalid crypto engine
21 </name>
22 <command>
23--engine invalid-crypto-engine-xyzzy -k https://%HOSTIP:%HTTPSPORT/308
24</command>
25</client>
26
27#
28# Verify data after the test has been "shot"
29<verify>
30<errorcode>
3153
32</errorcode>
33</verify>
34</testcase>
35