Skip to content

Commit

Permalink
Docs: fix incorrect ssl_bump example
Browse files Browse the repository at this point in the history
  • Loading branch information
yadij committed Feb 15, 2016
1 parent 79bed33 commit 296a5a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -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):

Expand Down
4 changes: 2 additions & 2 deletions src/cf.data.pre
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 296a5a0

Please sign in to comment.