mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 12:02:03 +02:00
TODO on telling server when challenges couldn't be met
This commit is contained in:
@@ -451,6 +451,8 @@ def authenticate():
|
||||
|
||||
for challenge in challenges:
|
||||
if not challenge.perform(quiet=curses):
|
||||
# TODO: In this case the client should probably send a failure
|
||||
# to the server.
|
||||
logger.fatal("challenge failed")
|
||||
sys.exit(1)
|
||||
logger.info("Configured Apache for challenge; waiting for verification...")
|
||||
|
||||
Reference in New Issue
Block a user