在python中打开链接时出现SSL错误。在浏览器中正常工作

时间:2015-09-24 07:39:39

标签: python python-2.7 ssl

这是代码。知道这个链接不起作用吗?

from requests import get
InputJson = urllib2.openurl('https://api.cilabs.net/v1/conferences/ws15/info/attendees?page=2')

这是我的错误消息

SSLError: [Errno 1] _ssl.c:510: error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert internal error

我尝试将验证设置为false,如前一篇文章所述。但无济于事。

我的python版本是2.7.8

1 个答案:

答案 0 :(得分:3)

尝试使用pip升级以下库:

pip install --upgrade pyopenssl ndg-httpsclient pyasn1