]> git.ipfire.org Git - thirdparty/squid.git/commit - src/FwdState.cc
Fix ssl cert validator response codes
authorChristos Tsantilas <chtsanti@users.sourceforge.net>
Thu, 27 Sep 2012 14:27:44 +0000 (17:27 +0300)
committerChristos Tsantilas <chtsanti@users.sourceforge.net>
Thu, 27 Sep 2012 14:27:44 +0000 (17:27 +0300)
commitdd7167ea34de06344337b5044d65566b9b4806a7
treed94e500cb169e59197bd6fcfdacb51a9d84ca70c
parent22636a6893a23e1485d92458e48585d0d3960e6b
Fix ssl cert validator response codes

Cert validator should return:
 - "OK" in case none certificate error found
 - "ERR" in case one or more SSL certificate errors found
 - "BH" in case of internal helper error
helpers/ssl/cert_valid.pl
src/forward.cc