]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bug 3484: Docs: sslproxy_cert_error example flawed
authorAlex Rousskov <rousskov@measurement-factory.com>
Thu, 12 Apr 2012 19:57:57 +0000 (13:57 -0600)
committerAlex Rousskov <rousskov@measurement-factory.com>
Thu, 12 Apr 2012 19:57:57 +0000 (13:57 -0600)
Synced ACL name after ACL type change in r12117.

This is still far from perfect because dstdomain is not really a FAST ACL
either: Its documentation says that it becomes slow on IP addresses.

src/cf.data.pre

index c8c8afb356ff56e1860de98768f60e5830859845..d7d0d98564a4049d23a3815038f7f1ea2a240c1b 100644 (file)
@@ -1982,8 +1982,8 @@ DOC_START
        when talking to servers for example.com. All other
        validation errors will result in ERR_SECURE_CONNECT_FAIL error.
 
-               acl BrokenServersAtTrustedIP dstdomain example.com
-               sslproxy_cert_error allow BrokenServersAtTrustedIP
+               acl BrokenButTrustedServers dstdomain example.com
+               sslproxy_cert_error allow BrokenButTrustedServers
                sslproxy_cert_error deny all
 
        This clause only supports fast acl types.