From: Alex Rousskov Date: Sun, 15 Apr 2012 04:55:34 +0000 (-0600) Subject: Bug 3484: Docs: sslproxy_cert_error example flawed X-Git-Tag: SQUID_3_2_0_18~55 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef9eb97aad2f0b75c644543c244eba9383c22e8a;p=thirdparty%2Fsquid.git Bug 3484: Docs: sslproxy_cert_error example flawed 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. --- diff --git a/src/cf.data.pre b/src/cf.data.pre index db9e92970c..9e9a9506ed 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -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.