X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=doc%2Fsource%2Fuser-manual.sgml;h=7f1307e0e91b7698645fd9e516dda75fca20818b;hp=9483f7363802a6e8237eb604221ba2bc9e73d438;hb=2111876638;hpb=d488a5e9de9c4915322ce997f2443a07c3acf467 diff --git a/doc/source/user-manual.sgml b/doc/source/user-manual.sgml index 9483f736..7f1307e0 100644 --- a/doc/source/user-manual.sgml +++ b/doc/source/user-manual.sgml @@ -3801,6 +3801,72 @@ problem-host.example.com + + + +enable-https-filtering + + + + Typical use: + + Filter encrypted requests and responses + + + + + Effect: + + + Encrypted requests are decrypted, filtered and forwarded encrypted. + + + + + + Type: + + + Boolean. + + + + + Parameter: + + + N/A + + + + + + Notes: + + + This action allows &my-app; to filter encrypted requests and responses. + For this to work &my-app; has to generate a certificate and send it + to the client which has to accept it. + + + Before this works the directives in the + TLS section of the config + file have to be configured. + + + + + + Example usage (section): + + {+enable-https-filtering} +www.example.com + + + + + + external-filter @@ -5146,6 +5212,76 @@ new action + + +ignore-certificate-errors + + + + Typical use: + + Filter encrypted requests and responses without verifying the certificate + + + + + Effect: + + + Encrypted requests are forwarded to sites without verifying the certificate. + + + + + + Type: + + + Boolean. + + + + + Parameter: + + + N/A + + + + + + Notes: + + + When the + +enable-https-filtering + action is used &my-app; by default verifies that the remote site uses a valid + certificate. + + + If the certificate is invalid the connection is aborted. + + + This action disabled the certificate check allowing requests to sites + with invalid certificates. + + + + + + Example usage: + + + {+ignore-certificate-errors} + www.example.org + + + + + + + limit-connect