wolfSSL: Use LIBWOLFSSL_VERSION_HEX to decide whether or not to use WOLFSSL_X509_V_OK
[privoxy.git] / tests / cts / client-body-filter-https / privoxy.conf
1 listen-address 127.0.0.1:9119
2
3 ca-directory          ../ca-directory
4 ca-cert-file          privoxy-test-cacert.crt
5 ca-key-file           privoxy-test-cakey.pem
6 ca-password           blafasel
7 # We don't check certificate anyway
8 trusted-cas-file      privoxy-test-cacert.crt
9
10 certificate-directory ../certs
11
12 debug     1 # Log the destination for each request Privoxy let through. See also debug 1024.
13 debug     2 # show each connection status
14 debug     4 # show tagging-related messages
15 debug     8 # show header parsing
16 debug    32 # debug force feature
17 debug    64 # debug regular expression filters
18 debug   128 # debug redirects
19 debug   256 # debug GIF de-animation
20 debug   512 # Common Log Format
21 debug  1024 # Log the destination for requests Privoxy didn't let through, and the reason why.
22 debug  4096 # Startup banner and warnings.
23 debug  8192 # Non-fatal errors
24
25 actionsfile ../blocked-https-requests/https-inspection.action
26 actionsfile ../client-body-filter/client-body-filter.action
27 filterfile ../client-body-filter/client-body-filter.filter
28
29 socket-timeout 3
30
31 templdir ../../../templates/
32
33 # Reduce buffer limit so tests can reach it sooner.
34 buffer-limit 100
35
36 keep-alive-timeout 10
37 default-server-timeout 10