We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9dff2e commit 1aeb43cCopy full SHA for 1aeb43c
mailjet_rest/client.py
@@ -85,7 +85,7 @@ def api_call(auth, method, url, headers, data=None, filters=None, resource_id=No
85
86
try:
87
response = req_method(url, data=data, params=filters, headers=headers, auth=auth,
88
- timeout=timeout, verify=False, stream=False)
+ timeout=timeout, verify=True, stream=False)
89
return response
90
91
except requests.exceptions.Timeout:
0 commit comments