mirror of
https://github.com/certbot/certbot.git
synced 2026-02-11 06:45:23 -05:00
Make requests certificate verification explicit
This commit is contained in:
parent
488859d03a
commit
f28bc32129
1 changed files with 1 additions and 0 deletions
|
|
@ -47,6 +47,7 @@ class Network(object):
|
|||
self.server_url,
|
||||
data=json_encoded,
|
||||
headers={"Content-Type": "application/json"},
|
||||
verify=True
|
||||
)
|
||||
except requests.exceptions.RequestException as error:
|
||||
raise errors.LetsEncryptClientError(
|
||||
|
|
|
|||
Loading…
Reference in a new issue