From: Amos Jeffries Date: Mon, 15 Feb 2016 13:58:48 +0000 (+1300) Subject: Docs: fix incorrect ssl_bump example X-Git-Tag: SQUID_3_5_14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=296a5a06290b6f9eea36945c6c35c606a4302227;p=thirdparty%2Fsquid.git Docs: fix incorrect ssl_bump example --- diff --git a/ChangeLog b/ChangeLog index 820831dca4..9bdc4ab1b1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,6 +11,7 @@ Changes to squid-3.5.14 (16 Feb 2016): - Fix compile error in CPU affinity - Fix %un logging external ACL username - Avoid more certificate validation memory leaks + - ... and some documentation updates Changes to squid-3.5.13 (06 Jan 2016): diff --git a/src/cf.data.pre b/src/cf.data.pre index 9a4ee22887..3bb232379a 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -2718,10 +2718,10 @@ DOC_START See also: http_port ssl-bump, https_port ssl-bump, and acl at_step. - # Example: Bump all requests except those originating from + # Example: Bump all TLS connections except those originating from # localhost or those going to example.com. - acl broken_sites dstdomain .example.com + acl broken_sites ssl::server_name .example.com ssl_bump splice localhost ssl_bump splice broken_sites ssl_bump bump all