Bug #6527
closedSquid 3.5 - Deprecated "ssl_bump server-first all" don't allow SNI in transparent mode with HTTPS/SSL Interception
100%
Description
As described in the squid wiki, "ssl_bump server-first all" is deprecated in squid 3.5+
http://wiki.squid-cache.org/ConfigExamples/Intercept/SslBumpExplicit#Squid_Configuration_File
For proper SNI detection you most use for example:
acl step1 at_step SslBump1
ssl_bump peek step1
ssl_bump bump all
I test this configuration in "Custom ACLS (Before Auth)" with Squid 3.5, transparent mode on and HTTPS/SSL Interception on and everything is working great. With "ssl_bump server-first all" SNI isn't working.
Updated by Chris Buechler almost 10 years ago
- Target version deleted (
2.3.2) - Affected Version changed from 2.3.2 to All
Updated by Michael Epstein almost 10 years ago
Edited in order to add more information about ssl peek and splice
Updated by Kill Bill over 9 years ago
https://github.com/pfsense/FreeBSD-ports/pull/242
Kindly test and report back either here, and/or @ https://forum.pfsense.org/index.php?topic=123160.0
Updated by Renato Botelho about 9 years ago
- Status changed from New to Feedback
- Target version set to 2.4.0
- % Done changed from 0 to 100
PR has been merged to 2.4.0 and 2.3.3 snapshots
Updated by Jim Pingle about 9 years ago
- Status changed from Feedback to Resolved