mirror of
https://github.com/certbot/certbot.git
synced 2026-01-14 23:22:21 +03:00
Make requests certificate verification explicit
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user