X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=doc%2Fsource%2Fp-config.sgml;h=4e001ad2975cbdfb1341cc07d390460723efee75;hp=e9e8310f94d0e7cd9bc7b854a4901cdd39ea0ba5;hb=114ebf4a367e4caf3a7988b6a6a6e2d0fce0cf4e;hpb=53704ce1e734b0cbcf86ee262c8e38c0c3b2651c diff --git a/doc/source/p-config.sgml b/doc/source/p-config.sgml index e9e8310f..4e001ad2 100644 --- a/doc/source/p-config.sgml +++ b/doc/source/p-config.sgml @@ -1018,7 +1018,7 @@ actionsfile debug 1 # Log the destination for each request. See also debug 1024. debug 2 # show each connection status - debug 4 # show I/O status + debug 4 # show tagging-related messages debug 8 # show header parsing debug 16 # log all data written to the network debug 32 # debug force feature @@ -1269,7 +1269,7 @@ actionsfile They can only be used if Privoxy has been compiled with IPv6 support. If you aren't sure if your version supports it, have a look at - http://config.privoxy.org/show-status. + http://config.privoxy.org/show-status. Some operating systems will prefer IPv6 to IPv4 addresses even if the @@ -3904,9 +3904,11 @@ forward-socks4, forward-socks4a, forward-socks5 and forward-socks5t HTTPS Inspection (Experimental) - HTTPS inspection allows to filter encrypted requests. + HTTPS inspection allows to filter encrypted requests and responses. This is only supported when Privoxy has been built with FEATURE_HTTPS_INSPECTION. + If you aren't sure if your version supports it, have a look at + http://config.privoxy.org/show-status. @@ -4024,7 +4026,7 @@ forward-socks4, forward-socks4a, forward-socks5 and forward-socks5t The file can be generated with: - openssl req -new -x509 -extensions v3_ca -keyout cakey.pem -out cacert.crt -days 3650 + openssl req -new -x509 -extensions v3_ca -keyout cakey.pem -out cacert.crt -days 3650 @@ -4080,9 +4082,9 @@ forward-socks4, forward-socks4a, forward-socks5 and forward-socks5t Notes: - This directive specifies the name of the CA key file - in ".pem" format. See the ca-cert-file - for a command to generate it. + This directive specifies the name of the CA key file in ".pem" format. + The ca-cert-file section contains + a command to generate it. @@ -4412,7 +4414,9 @@ AES128-SHA An example file can be downloaded from - https://curl.haxx.se/ca/cacert.pem. + https://curl.se/ca/cacert.pem. + If you want to create the file yourself, please see: + https://curl.se/docs/caextract.html.