add exclude_badExits.py

This commit is contained in:
emdee 2022-11-16 21:00:16 +00:00
parent 6cf32758c1
commit 36e0102dcd
4 changed files with 123 additions and 27 deletions

View file

@ -355,7 +355,7 @@ def _my_match_hostname(cert, asserted_hostname):
try:
my_match_hostname(cert, asserted_hostname)
except CertificateError as e:
log.warning(
LOG.warning(
"Certificate did not match hostname: %s. Certificate: %s",
asserted_hostname,
cert,