mixpanel / mixpanel-python

Official Mixpanel Python library.
https://mixpanel.com/help/reference/python
Other
104 stars 85 forks source link

Add verify_cert consumer option. #90

Closed seizethedave closed 3 years ago

seizethedave commented 3 years ago

RE: #86

Been kicking around various ideas but ultimately it looks like this is a bit buggy version-to-version in the Python stdlib ssl/urllib3/ pyOpenSSL ecosystem. So I have decided to add an option to skip server cert checking for those experiencing cert validation headaches. see also: https://github.com/urllib3/urllib3/issues/1682