From: Fabian Keil Date: Wed, 22 Jul 2020 12:45:49 +0000 (+0200) Subject: Improve the "ignore-certificate-errors" description X-Git-Tag: v_3_0_29~251 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=9f1d548ce368763dcdda8cb392e2c2533dbd19e9 Improve the "ignore-certificate-errors" description --- diff --git a/doc/source/user-manual.sgml b/doc/source/user-manual.sgml index d59847ee..1c15cc5a 100644 --- a/doc/source/user-manual.sgml +++ b/doc/source/user-manual.sgml @@ -5268,11 +5268,14 @@ www.example.com certificate. - If the certificate is invalid the connection is aborted. + If the certificate can't be validated by &my-app; the connection is aborted. - This action disabled the certificate check allowing requests to sites - with invalid certificates. + This action disables the certificate check so requests to sites + with certificates that can't be validated are allowed. + + + Note that enabling this action allows Man-in-the-middle attacks.