add exclude_badExits.py
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user