mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 02:35:06 +02:00
Emit error when simple_verify fails.
When running the manual authenticator, if simple_verify fails, there is no output to indicate what went wrong, just "Incomplete authorizations."
This commit is contained in:
@@ -182,6 +182,8 @@ binary for temporary key/certificate generation.""".replace("\n", "")
|
|||||||
achall.account_key.public_key(), self.config.simple_http_port):
|
achall.account_key.public_key(), self.config.simple_http_port):
|
||||||
return response
|
return response
|
||||||
else:
|
else:
|
||||||
|
logger.error(
|
||||||
|
"Self-verify of challenge failed, authorization abandoned.\n")
|
||||||
if self.conf("test-mode") and self._httpd.poll() is not None:
|
if self.conf("test-mode") and self._httpd.poll() is not None:
|
||||||
# simply verify cause command failure...
|
# simply verify cause command failure...
|
||||||
return False
|
return False
|
||||||
|
|||||||
Reference in New Issue
Block a user