mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Add uri to authzr_from_response
This commit is contained in:
parent
894cf36496
commit
99ff634046
1 changed files with 1 additions and 1 deletions
|
|
@ -580,7 +580,7 @@ class ClientV2(ClientBase):
|
|||
body = messages.Order.from_json(response.json())
|
||||
authorizations = []
|
||||
for url in body.authorizations:
|
||||
authorizations.append(self._authzr_from_response(self.net.get(url)))
|
||||
authorizations.append(self._authzr_from_response(self.net.get(url), uri=url))
|
||||
return messages.OrderResource(
|
||||
body=body,
|
||||
uri=response.headers.get('Location'),
|
||||
|
|
|
|||
Loading…
Reference in a new issue