]> git.ipfire.org Git - thirdparty/squid.git/commit
Bug 2519: ssl_bump + Authentication (LDAP Digest) issues
authorChristos Tsantilas <chtsanti@users.sourceforge.net>
Thu, 15 Dec 2011 11:56:37 +0000 (13:56 +0200)
committerChristos Tsantilas <chtsanti@users.sourceforge.net>
Thu, 15 Dec 2011 11:56:37 +0000 (13:56 +0200)
commit21512911a30a19827004c2907a1b0dee66f9e642
tree4e7e0d26941b90d087ccde096204f15fd17a4dc2
parent73a805c2d6f7d88c089a5b94fa74c1126c3ae857
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.

Tis 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