add exclude_badExits.py
This commit is contained in:
parent
6cf32758c1
commit
36e0102dcd
4 changed files with 123 additions and 27 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue