diff --git a/depicts/relaxed_ssl.py b/depicts/relaxed_ssl.py index 6200c1a..1c70a3a 100644 --- a/depicts/relaxed_ssl.py +++ b/depicts/relaxed_ssl.py @@ -13,4 +13,4 @@ class HTTPSAdapter(HTTPAdapter): def get(*args, **kwargs): s = requests.Session() s.mount('https://', HTTPSAdapter()) - return s.get(*args, **kwargs) + return s.get(*args, **kwargs, verify=False)