wolfSSL: Use LIBWOLFSSL_VERSION_HEX to decide whether or not to use WOLFSSL_X509_V_OK
[privoxy.git] / tests / cts / rewrite-behind-client-back-https / data / test1
1 <testcase>
2 <info>
3 <keywords>
4 HTTPS
5 HTTP GET
6 </keywords>
7 </info>
8
9 <reply>
10 <data>
11 HTTP/1.1 200 OK
12 Connection: close
13 Content-Type: text/html
14 Content-Length: 18
15
16 Here's your data.
17 </data>
18 </reply>
19
20 <proxy-reply>
21 <data>
22 HTTP/1.1 200 Connection established
23
24 HTTP/1.1 200 OK
25 Connection: close
26 Content-Type: text/html
27 Content-Length: 18
28
29 Here's your data.
30 </data>
31 </proxy-reply>
32
33
34 <client>
35 <server>
36 http
37 </server>
38 <name>
39 Rewrite behind the client's back: Downgrade from https to http
40 </name>
41 <command>
42 --insecure https://%HOSTIP/%TESTNUMBER-downgrade-to-http-%HOSTIP:%HTTPPORT
43 </command>
44 </client>
45
46 <verify>
47 </verify>
48 </testcase>