wolfSSL: Use LIBWOLFSSL_VERSION_HEX to decide whether or not to use WOLFSSL_X509_V_OK
[privoxy.git] / tests / cts / client-tags / data / test1
1 <testcase>
2 <info>
3 <keywords>
4 HTTP
5 HTTP GET
6 </keywords>
7 </info>
8
9 <client>
10 <server>
11 none
12 </server>
13 <name>
14 Request to blocked URL with now client-tags active
15 </name>
16 <command>
17 -s --write-out '%{stderr}%{response_code}\n' http://www.electrobsd.org/block-request/
18 </command>
19 </client>
20
21 <verify>
22 <stderr>
23 403
24 </stderr>
25 </verify>
26 </testcase>