mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 06:42:10 -04:00
Change ocsp check error to warning since it's non-fatal
This commit is contained in:
parent
9a610ee1c8
commit
6c1447bb99
1 changed files with 1 additions and 1 deletions
|
|
@ -911,7 +911,7 @@ class RenewableCert(interfaces.RenewableCert):
|
|||
return ocsp.RevocationChecker().ocsp_revoked_by_paths(cert_path,
|
||||
chain_path)
|
||||
except Exception as e: # pylint: disable=broad-except
|
||||
logger.error(
|
||||
logger.warning(
|
||||
"An error occurred determining the OCSP status of %s.",
|
||||
cert_path)
|
||||
logger.debug(str(e))
|
||||
|
|
|
|||
Loading…
Reference in a new issue