requests.get / urllib2.urlopen [Errno 8]

时间:2014-11-19 17:00:24

标签: 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和任何浏览器中都能正常运行。

0 个答案:

没有答案
相关问题