From: Christos Tsantilas Date: Thu, 4 May 2017 06:14:16 +0000 (+1200) Subject: Bug 4682: Fix ssl_bump "bump" action documentation X-Git-Tag: SQUID_3_5_26~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6542f15d49dd1f7a4fa5b4bca48549169d292db0;p=thirdparty%2Fsquid.git Bug 4682: 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 1799e7a44d..22fb6ca7d3 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -2669,8 +2669,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)