]> 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>
Tue, 10 Apr 2018 13:16:46 +0000 (01:16 +1200)
commita220b5730ec8e3018da3a4f74b118f2a05f23d8d
tree3e30ea190db701edbdd8ed905ff54d5534f1a2db
parent2db32599d23de8aec2cc3c9bcd788788c979e8b6
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