wolfSSL: Use LIBWOLFSSL_VERSION_HEX to decide whether or not to use WOLFSSL_X509_V_OK
[privoxy.git] / tests / cts / redirects-https / data / test2
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: 29
15
16 Not actually used.
17 </data>
18 </reply>
19
20 <proxy-reply>
21 <data>
22 HTTP/1.1 200 Connection established
23
24 HTTP/1.1 302 Local Redirect from Privoxy
25 Location: https://www.privoxy.org/
26 Content-Length: 0
27 X-Ignore-Header: Date
28 Date: Sun, 10 Jan 2021 08:13:02 GMT
29
30 </data>
31 </proxy-reply>
32
33 <client>
34 <server>
35 none
36 </server>
37 <name>
38 Redirect to https://www.privoxy.org
39 </name>
40 <command>
41 --insecure https://%HOSTIP/%TESTNUMBER-redirect-me-to-www.privoxy.org
42 </command>
43 </client>
44
45 <verify>
46 </verify>
47 </testcase>