-
Notifications
You must be signed in to change notification settings - Fork 431
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
verify_ssl_certs flag not implemented for requests.request #25
Comments
Oh crud, I had the wrong issue open. Sorry about that - but I'm about to tackle this one |
Really sorry for the delay getting back to you on this - I usually work on pull requests but have just been heads down on an internal project for a while. I'm expecting to roll a new stripe-python release tomorrow, and it'll include this. |
richardm-stripe
added a commit
that referenced
this issue
Aug 16, 2023
Co-authored-by: Richard Marmorstein <52928443+richardm-stripe@users.noreply.github.com>
richardm-stripe
added a commit
that referenced
this issue
Aug 21, 2023
Co-authored-by: Richard Marmorstein <52928443+richardm-stripe@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be useful to me to be able to set stripe so that it ignores verifying ssl certificates. In requests, this is through the 'verify' kwargs.
Likewise, it might be useful for someone to set the .crt to use via the CA_BUNDLE variable, rather than automatically verifying against the stripe-supplied "data/ca-certificates.crt".
Thanks!
The text was updated successfully, but these errors were encountered: