1
0
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:
James Kasten
2015-01-18 00:14:29 -08:00
parent 488859d03a
commit f28bc32129

View File

@@ -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(