]> 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 03:12:59 +0000 (15:12 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Thu, 12 Apr 2012 03:12:59 +0000 (15:12 +1200)
src/cf.data.pre

index 35960ca1a1bf263ac921c507af8823ca67cd5a54..c8c8afb356ff56e1860de98768f60e5830859845 100644 (file)
@@ -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