]> git.ipfire.org Git - thirdparty/squid.git/commit
Non-bumping broken for intercept
authorChristos Tsantilas <chtsanti@users.sourceforge.net>
Thu, 14 Jun 2012 21:48:10 +0000 (00:48 +0300)
committerChristos Tsantilas <chtsanti@users.sourceforge.net>
Thu, 14 Jun 2012 21:48:10 +0000 (00:48 +0300)
commit6df4ecaeef5494b2e325c3ecc7483ac98f158bbc
treee9311ad376ae4d2f6cd7cdcfb5e224dc13ce94e5
parent24e6c8f188b81680e71fe1daaeb314cd69d044df
Non-bumping broken for intercept

When an intercepted SSL connection matches "ssl_bump none" in
squid.conf, Squid correctly refuses to bump it and establishes a TCP
tunnel using a fake CONNECT request. Unfortunately, the HTTP client
terminates with an "unknown protocol" SSL error.

Also the client_dst_passthru does not work as expected for intercepted requests
src/client_side.cc
src/tunnel.cc