mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:14:54 +02:00
fix get_chall_status call
This commit is contained in:
@@ -190,7 +190,7 @@ class AuthHandler(object): # pylint: disable=too-many-instance-attributes
|
|||||||
# Note: if the whole authorization is invalid, the individual failed
|
# Note: if the whole authorization is invalid, the individual failed
|
||||||
# challenges will be determined here...
|
# challenges will be determined here...
|
||||||
for achall in achalls:
|
for achall in achalls:
|
||||||
status = self._get_chall_status(self.authzr[domain])
|
status = self._get_chall_status(self.authzr[domain], achall)
|
||||||
# This does nothing for challenges that have yet to be decided yet.
|
# This does nothing for challenges that have yet to be decided yet.
|
||||||
if status == messages2.STATUS_VALID:
|
if status == messages2.STATUS_VALID:
|
||||||
completed.append(achall)
|
completed.append(achall)
|
||||||
|
|||||||
Reference in New Issue
Block a user