标签: python django ssl https urllib2
调用时出现以下错误:
requests.get('https://www.polymer-project.org')
或:
urlopen('https://www.polymer-project.org')
错误:
SSLError: [Errno 8] _ssl.c:507: EOF occurred in violation of protocol
此网址在curl和任何浏览器中都能正常运行。