]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bug 3484: Docs: sslproxy_cert_error example flawed
authorGuy Helmer <ghelmer@palisadesys.com>
Thu, 12 Apr 2012 13:29:28 +0000 (07:29 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Thu, 12 Apr 2012 13:29:28 +0000 (07:29 -0600)
src/cf.data.pre

index b3197527f641c056bf1886770988ad2e2f3f30e2..db9e92970c72aa190f9f549a5fed8f6fb4d7d2d6 100644 (file)
@@ -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