You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 16, 2021. It is now read-only.
I like how Stripe's python client pins the SSL cert to ensure I don't get man in the middled. See https://github.com/stripe/stripe-python/blob/master/stripe/http_client.py#L394.
Do something similar and by default verify SSL certs (see this for requests, http://docs.python-requests.org/en/master/user/advanced/#ssl-cert-verification).
The text was updated successfully, but these errors were encountered: