From: Christos Tsantilas Date: Wed, 3 May 2017 14:37:53 +0000 (+0300) Subject: Fix ssl_bump "bump" action documentation X-Git-Tag: M-staged-PR71~188 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6e0516b35982a0f10fedd36b3166bb0712fe7e31;p=thirdparty%2Fsquid.git Fix ssl_bump "bump" action documentation Fixes squid documentation to correctly describe the squid behavior when the "bump" action is selected on step SslBump1. In this case squid selects the client-first bumping mode. This is a Measurement Factory project --- diff --git a/src/cf.data.pre b/src/cf.data.pre index 0a45e18754..f72560066b 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -2854,8 +2854,11 @@ DOC_START This is the default action. bump - Establish a secure connection with the server and, using a - mimicked server certificate, with the client. + When used on step SslBump1, establishes a secure connection + with the client first, then connect to the server. + When used on step SslBump2 or SslBump3, establishes a secure + connection with the server and, using a mimicked server + certificate, with the client. peek Receive client (step SslBump1) or server (step SslBump2)