]> git.ipfire.org Git - thirdparty/squid.git/commit
Fix server_cert_fingerprint on cert validator-reported errors (#522)
authorChristos Tsantilas <christos@chtsanti.net>
Wed, 25 Dec 2019 17:21:30 +0000 (17:21 +0000)
committerAmos Jeffries <yadij@users.noreply.github.com>
Sun, 19 Jan 2020 08:56:48 +0000 (21:56 +1300)
commite0eca4c817a57386c3e871c88e3c95ac218afaea
tree5e90ebab7295541699d6020272aac94d33d5c4b9
parentb3a0719affab099c684f1cd62b79ab02816fa962
Fix server_cert_fingerprint on cert validator-reported errors (#522)

The server_cert_fingerprint ACL mismatched when sslproxy_cert_error
directive was applied to validation errors reported by the certificate
validator because the ACL could not find the server certificate.

This is a Measurement Factory project.
src/acl/FilledChecklist.h
src/acl/ServerCertificate.cc
src/security/PeerConnector.cc