TLS 1.0 not supported by stripe #654
Replies: 11 comments
|
This seems more an issue of the python-stripe package. |
|
Solved it after installing this libraries: pip install urllib3 |
|
In case anyone else is having the same problem, I had to uninstall and reinstall the |
|
Got same issue today with no longer supports TLS 1.0. Just updated mine Python (windows) from 2.7.2 to 2.7.12 and it works well now. |
|
@gusreyes01 @irothschild @johndark thanks for the information. not sure what the solution is yet to make it just work for folks but at least this thread is a start for people to fix it until we figure out what the solution is. |
|
@gusreyes01 Thanks! That worked for me. I thought I was going to have to do much more based on the url that Strip provides. Now I have to go see what all those packages do. I assume they forward all the cc data to you. :-) |
|
How about stripe.net? Not working even after upgraded to 8.0.0 |
|
We should summarize this workaround/scenario in the documentation somewhere before closing this. |
|
I updated to python 3.6.3. Still getting "TLS 1.0 not supported by stripe" |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I'm using python==2.7.11, pinax-stripe==3.2.1 with Django==1.9.6 and getting the following error when running:
python manage.py sync_plansstripe.error.AuthenticationError: Request req_8x3dWCHUrqcqGs: Stripe no longer supports API requests made with TLS 1.0. Please initiate HTTPS connections with TLS 1.2 or later. You can learn more about this at https://stripe.com/blog/upgrading-tls.All reactions