From 296a5a06290b6f9eea36945c6c35c606a4302227 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Tue, 16 Feb 2016 02:58:48 +1300 Subject: [PATCH] Docs: fix incorrect ssl_bump example --- ChangeLog | 1 + src/cf.data.pre | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 820831dca4d..9bdc4ab1b1d 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 9a4ee228876..3bb232379af 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