From a788cef4a48e47f4f2e879e8cc50d36639b9ff65 Mon Sep 17 00:00:00 2001 From: Guy Helmer Date: Thu, 12 Apr 2012 07:29:28 -0600 Subject: [PATCH] Bug 3484: Docs: sslproxy_cert_error example flawed --- src/cf.data.pre | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cf.data.pre b/src/cf.data.pre index b3197527f6..db9e92970c 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -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 -- 2.47.2