forked from cas/civicrmapi4
Adventurously ignore SSL verification errors
This commit is contained in:
parent
999266689e
commit
108d10313f
@ -73,6 +73,7 @@ class APIv4:
|
||||
None
|
||||
"""
|
||||
self.session = requests.Session()
|
||||
self.session.verify = False
|
||||
|
||||
# Perform login post
|
||||
self.session.cookies.update({"has_js": "1"})
|
||||
|
Loading…
Reference in New Issue
Block a user