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 c7662df commit 8e5a698Copy full SHA for 8e5a698
yoti_python_sdk/__init__.py
@@ -30,7 +30,7 @@
30
)
31
32
YOTI_API_VERIFY_SSL = environ.get("YOTI_API_VERIFY_SSL", DEFAULTS["YOTI_API_VERIFY_SSL"])
33
-if YOTI_API_VERIFY_SSL == "false":
+if YOTI_API_VERIFY_SSL.lower() == "false":
34
YOTI_API_VERIFY_SSL = False
35
else:
36
YOTI_API_VERIFY_SSL = True
0 commit comments