]> git.ipfire.org Git - thirdparty/squid.git/commit
Bug 2519: ssl_bump + Authentication (LDAP Digest) issues
authorChristos Tsantilas <chtsanti@users.sourceforge.net>
Thu, 22 Dec 2011 07:22:38 +0000 (00:22 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Thu, 22 Dec 2011 07:22:38 +0000 (00:22 -0700)
commit26b535d6a2452be025962d07b1ada82181704d75
treee1c54f3cee4f3525088c0ef5afc70f55e5acb179
parent96f39461d2126332e7767df6af546b1000699787
Bug 2519: ssl_bump + Authentication (LDAP Digest) issues

When the ssl_bump and authentication iare both enabled for an ssl-bumped port
all SSL enabled websites prompt the user for authentication information once
per FQDN.

This patch inherits the authentication info from the CONNECT request to the
sslbumped requests.
src/acl/FilledChecklist.cc
src/auth/Acl.cc
src/client_side.cc
src/client_side_request.cc