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.