mirror of
https://github.com/certbot/certbot.git
synced 2026-06-07 07:42:08 -04:00
Ref to letsencrypt/boulder#130
This commit is contained in:
parent
3ba8acc57e
commit
18a1d01d8f
1 changed files with 1 additions and 1 deletions
|
|
@ -320,7 +320,7 @@ class Network(object):
|
|||
except KeyError:
|
||||
# TODO: Right now Boulder responds with the authorization resource
|
||||
# instead of a challenge resource... this can be uncommented
|
||||
# once the error is fixed.
|
||||
# once the error is fixed (boulder#130).
|
||||
return None
|
||||
# raise errors.NetworkError('"up" Link header missing')
|
||||
challr = messages2.ChallengeResource(
|
||||
|
|
|
|||
Loading…
Reference in a new issue