Fixing SSL23_GET_SERVER_HELLO:tlsv1in python

I found that using urllib/urllib2/urllib3 to pull urls from my site & Anaconda Python, I get SSL errors:

SSL23_GET_SERVER_HELLO:tlsv1

There are a lot of suggestions here: https://github.com/kennethreitz/requests/issues/1847. However going through these suggestions, only upgrading to Python3 Anaconda fixed this for me.

Leave a Reply

Your email address will not be published. Required fields are marked *