]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bug 3484: Docs: sslproxy_cert_error example flawed
authorAlex Rousskov <rousskov@measurement-factory.com>
Sun, 15 Apr 2012 04:55:34 +0000 (22:55 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 15 Apr 2012 04:55:34 +0000 (22:55 -0600)
Synced ACL name after ACL type change.

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 db9e92970c72aa190f9f549a5fed8f6fb4d7d2d6..9e9a9506ed897ac5c781eb222088bc79000d36b4 100644 (file)
@@ -1980,8 +1980,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.