Python 2.6.5 - <urlopen error =“”[errno =“”1] =“”_ssl.c:480:=“”error:14077438:ssl =“”routines:ssl23_get_server_hello:tlsv1 =“”alert =“” internal =“”error =“”>

时间:2017-01-23 18:16:58

标签: python ssl

尝试使用Python 2.6.5阅读网站,但获取ssl错误''。

我正在使用urllib2。我见过2.7的解决方案但不是2.6.5的解决方案。我无法将版本升级到2.7。请有人建议这个解决方案吗?

response = urllib2.urlopen(request, req_args, timeout=timeout)

文件“/local/test/python/exec/2.65/lib/python2.6/urllib2.py”,第126行,在urlopen中     return _opener.open(url,data,timeout)   文件“/local/test/python/exec/2.65/lib/python2.6/urllib2.py”,第391行,打开     response = self._open(req,data)   文件“/local/test/python/exec/2.65/lib/python2.6/urllib2.py”,第409行,在_open中     '_open',req)   在_call_chain中输入文件“/local/test/python/exec/2.65/lib/python2.6/urllib2.py”,第369行     result = func(* args)   在https_open中输入文件“/local/test/python/exec/2.65/lib/python2.6/urllib2.py”,第1169行     return self.do_open(httplib.HTTPSConnection,req)   在do_open中输入文件“/local/test/python/exec/2.65/lib/python2.6/urllib2.py”,第1136行     提出URLError(错误) URLError: 抓到URLError。 - 2017-01-23 13:07:36

0 个答案:

没有答案