Skip to content

Commit 2ba79d7

Browse files
authored
Merge pull request #283 from stnguyen90/fix-40-fix-python-ssl
Fix SSL Verification in Python SDK
2 parents d241f71 + da9f3c7 commit 2ba79d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/python/package/client.py.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ class Client:
7474
json=json,
7575
files=files,
7676
headers=headers,
77-
verify=self._self_signed,
77+
verify=(not self._self_signed),
7878
)
7979

8080
response.raise_for_status()

0 commit comments

Comments
 (0)