X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=tests%2Fcts%2Fblocked-https-requests%2Fprivoxy.conf;fp=tests%2Fcts%2Fblocked-https-requests%2Fprivoxy.conf;h=fb2304aa495173adf01f0eff62927d0651ff838b;hb=346132dd243585f57b0255310449f95619ba0c8b;hp=0000000000000000000000000000000000000000;hpb=0b8ff3ae728071322a1f8b786b75f39a77267803;p=privoxy.git diff --git a/tests/cts/blocked-https-requests/privoxy.conf b/tests/cts/blocked-https-requests/privoxy.conf new file mode 100644 index 00000000..fb2304aa --- /dev/null +++ b/tests/cts/blocked-https-requests/privoxy.conf @@ -0,0 +1,31 @@ +listen-address 127.0.0.1:9119 + +ca-directory ../ca-directory +ca-cert-file privoxy-test-cacert.crt +ca-key-file privoxy-test-cakey.pem +ca-password blafasel +# We don't check certificate anyway +trusted-cas-file privoxy-test-cacert.crt + +certificate-directory ../certs + +debug 1 # Log the destination for each request Privoxy let through. See also debug 1024. +debug 2 # show each connection status +debug 4 # show tagging-related messages +debug 8 # show header parsing +debug 32 # debug force feature +debug 64 # debug regular expression filters +debug 128 # debug redirects +debug 256 # debug GIF de-animation +debug 512 # Common Log Format +debug 1024 # Log the destination for requests Privoxy didn't let through, and the reason why. +debug 4096 # Startup banner and warnings. +debug 8192 # Non-fatal errors + +actionsfile https-inspection.action +actionsfile ../../../default.action.master +filterfile ../../../default.filter + +templdir ../../../templates + +keep-alive-timeout 15