From c508ffc90a7d2460b54fb3291a6ed22227655b65 Mon Sep 17 00:00:00 2001 From: Christos Tsantilas Date: Thu, 4 May 2017 17:53:59 +1200 Subject: [PATCH] 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 --- src/cf.data.pre | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/cf.data.pre b/src/cf.data.pre index 59c104ed0e..015fbb4003 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -2753,8 +2753,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) -- 2.47.3