mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 08:12:15 -04:00
Merge pull request #849 from letsencrypt/simple-verify-output
Emit error when simple_verify fails.
This commit is contained in:
commit
9264d54605
1 changed files with 2 additions and 0 deletions
|
|
@ -182,6 +182,8 @@ binary for temporary key/certificate generation.""".replace("\n", "")
|
|||
achall.account_key.public_key(), self.config.simple_http_port):
|
||||
return response
|
||||
else:
|
||||
logger.error(
|
||||
"Self-verify of challenge failed, authorization abandoned.")
|
||||
if self.conf("test-mode") and self._httpd.poll() is not None:
|
||||
# simply verify cause command failure...
|
||||
return False
|
||||
|
|
|
|||
Loading…
Reference in a new issue