TLS 1.0 not supported by stripe #654
Replies: 11 comments
-
This seems more an issue of the python-stripe package. |
Beta Was this translation helpful? Give feedback.
-
Solved it after installing this libraries: pip install urllib3 |
Beta Was this translation helpful? Give feedback.
-
In case anyone else is having the same problem, I had to uninstall and reinstall the |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
@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. |
Beta Was this translation helpful? Give feedback.
-
@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. :-) |
Beta Was this translation helpful? Give feedback.
-
@gusreyes01 Worked for me!! Thanks! |
Beta Was this translation helpful? Give feedback.
-
How about stripe.net? Not working even after upgraded to 8.0.0 |
Beta Was this translation helpful? Give feedback.
-
@gusreyes01 LIFE SAVER! thanks |
Beta Was this translation helpful? Give feedback.
-
We should summarize this workaround/scenario in the documentation somewhere before closing this. |
Beta Was this translation helpful? Give feedback.
-
I updated to python 3.6.3. Still getting "TLS 1.0 not supported by stripe" |
Beta Was this translation helpful? Give feedback.
-
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_plans
stripe.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.
Beta Was this translation helpful? Give feedback.
All reactions