]> git.ipfire.org Git - thirdparty/squid.git/commit
Fix 889fc47 for SSL bumping with an authentication type other than the Basic (#104)
authorVadim Aleksandrov <v.verdel@gmail.com>
Wed, 24 Jan 2018 02:12:06 +0000 (05:12 +0300)
committerAmos Jeffries <yadij@users.noreply.github.com>
Wed, 24 Jan 2018 02:12:06 +0000 (15:12 +1300)
commit82b0fff62905a3098810fc42681d734d408b84c8
tree3ba034197a40c71ee23a83203e6ce38ff963b387
parentdba7b5757f6d7255da305ea62ff6808addd907b9
Fix 889fc47 for SSL bumping with an authentication type other than the Basic (#104)

Commit 889fc47 was made to fix issue with Basic authentication and SSL bumping. But after this commit we can no longer properly use http_access with proxy_auth/proxy_auth_regex ACL because that type of ACL always return 1(match) regardless of the conditions in the rules.

Use the caches authentication results (if any) instead of a fixed 1(match) result.
src/auth/AclProxyAuth.cc