From: Guy Helmer Date: Thu, 12 Apr 2012 03:12:59 +0000 (+1200) Subject: Bug 3484: Docs: sslproxy_cert_error example flawed X-Git-Tag: BumpSslServerFirst.take08~7^2~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3b8f558c905960b91aab2b1932647c74cf23eef0;p=thirdparty%2Fsquid.git Bug 3484: Docs: sslproxy_cert_error example flawed --- diff --git a/src/cf.data.pre b/src/cf.data.pre index 35960ca1a1..c8c8afb356 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -1979,10 +1979,10 @@ DOC_START Use this ACL to bypass server certificate validation errors. For example, the following lines will bypass all validation errors - when talking to servers located at 172.16.0.0/16. All other + when talking to servers for example.com. All other validation errors will result in ERR_SECURE_CONNECT_FAIL error. - acl BrokenServersAtTrustedIP dst 172.16.0.0/16 + acl BrokenServersAtTrustedIP dstdomain example.com sslproxy_cert_error allow BrokenServersAtTrustedIP sslproxy_cert_error deny all