Skip to content

Commit 9ede388

Browse files
committed
fixed
1 parent abeb7d6 commit 9ede388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shotgun_api3/shotgun.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def _is_mimetypes_broken():
9898

9999
SG_TIMEZONE = SgTimezone()
100100

101-
NO_SSL_VALIDATION = False
101+
NO_SSL_VALIDATION = os.environ.get("SHOTGUN_API_NO_SSL_VALIDATION", False)
102102
"""
103103
Turns off hostname matching validation for SSL certificates
104104

0 commit comments

Comments
 (0)