mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
Remove warning.
If we hit this case, the cert is revoked and the error message we raise saying this will be shown to the user higher up the stack.
This commit is contained in:
parent
4d10e27a4d
commit
2d9ffa3a9c
1 changed files with 0 additions and 2 deletions
|
|
@ -159,8 +159,6 @@ class OCSPPrefetchMixin(object):
|
|||
handler = ocsp.RevocationChecker()
|
||||
try:
|
||||
if handler.ocsp_revoked_by_paths(cert_path, chain_path, response_file=ocsp_workfile):
|
||||
logger.warning("Encountered an issue while trying to prefetch OCSP "
|
||||
"response for certificate: %s", cert_path)
|
||||
raise OCSPCertificateError("Certificate has been revoked.")
|
||||
else:
|
||||
# Guaranteed good response
|
||||
|
|
|
|||
Loading…
Reference in a new issue