Git init
[external/curl.git] / tests / data / test302
1 <testcase>
2 <info>
3 <keywords>
4 HTTPS
5 HTTP GET
6 HTTP CONNECT
7 HTTP proxy
8 FAILURE
9 </keywords>
10 </info>
11
12 # Client-side
13 <client>
14 <features>
15 SSL
16 </features>
17 <server>
18 https
19 </server>
20  <name>
21 HTTPS 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>
32 56
33 </errorcode>
34 <strip>
35 ^User-Agent:.*
36 </strip>
37 <data>
38 </data>
39 </verify>
40 </testcase>