]> git.ipfire.org Git - thirdparty/squid.git/commit
SSL-Bump: Second adaptation missing for CONNECTs
authorChristos Tsantilas <chtsanti@users.sourceforge.net>
Mon, 8 May 2017 05:40:15 +0000 (17:40 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 8 May 2017 05:40:15 +0000 (17:40 +1200)
commitf797c7ce73a102ed6ada75dc2dbda2b5a49e1872
tree5b3c44ba0ba379aaa01ed011ff27ace6d22156c2
parent2bc615cd25365b29dc4c308f08077df1562581a1
SSL-Bump: Second adaptation missing for CONNECTs

Squid does not send CONNECT request to adaptation services
if the "ssl_bump splice" rule matched at step 2. This adaptation
is important because the CONNECT request gains SNI information during
the second SslBump step. This is a regression bug, possibly caused by
the Squid bug 4529 fix (trunk commits r14913 and r14914).

This is a Measurement Factory project.
src/client_side.cc
src/client_side_request.cc