From: Guy Helmer Date: Thu, 12 Apr 2012 13:29:28 +0000 (-0600) Subject: Bug 3484: Docs: sslproxy_cert_error example flawed X-Git-Tag: SQUID_3_2_0_17~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a788cef4a48e47f4f2e879e8cc50d36639b9ff65;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 b3197527f6..db9e92970c 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -1977,10 +1977,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