wolfSSL: Use LIBWOLFSSL_VERSION_HEX to decide whether or not to use WOLFSSL_X509_V_OK
[privoxy.git] / tests / cts / forward-to-socks-proxy / data / test6
1 <testcase>
2 <info>
3 <keywords>
4 HTTP
5 HTTP GET
6 </keywords>
7 </info>
8
9 <client>
10 <server>
11 http
12 socks4
13 </server>
14 <name>
15 Request forwarded through a SOCKS5 proxy. Destination host specified by invalid IPv4 address.
16 </name>
17 <features>
18 proxy
19 </features>
20 <command>
21 -s --write-out '%{stderr}%{response_code}\n' http://127.1234.0.1:%HTTPPORT/socks5/%TESTNUMBER
22 </command>
23 </client>
24
25 <verify>
26 <stderr>
27 503
28 </stderr>
29 </verify>
30 </testcase>