1<testcase>
2<info>
3<keywords>
4HTTPS
5HTTP GET
6HTTP CONNECT
7HTTP proxy
8FAILURE
9</keywords>
10</info>
11
12# Client-side
13<client>
14<features>
15SSL
16</features>
17<server>
18https
19</server>
20 <name>
21HTTPS GET over HTTP proxy fails
22 </name>
23 <command>
24-k -U fake:user -x %HOSTIP:%HTTPPORT https://bad.fakeurl-to.test/slash/302
25</command>
26</client>
27
28#
29# Verify data after the test has been "shot"
30<verify>
31<errorcode>
3256
33</errorcode>
34<strip>
35^User-Agent:.*
36</strip>
37<data>
38</data>
39</verify>
40</testcase>
41