Scrapy python:ssl握手失败

时间:2016-02-07 18:02:06

标签: python ssl scrapy

我收到GET请求的握手错误,如下所示:

scrapy] ERROR: Error downloading <GET https://www.zomato.com/kochi/cafe-d-arabia-edappally/reviews#tabtop>: 
[<twisted.python.failure.Failure OpenSSL.SSL.Error: [('SSL routines', 'ssl3_read_bytes', 'ssl handshake failure')]>]

我能够在某个时间获得同一页面的响应,有时我会遇到错误。 我正在发送30条请求,只有12条正在处理,而休息时因ssl握手问题而失败。

我在ubuntu 15.10上使用Python 2.7.10,scrapy 1.04,python-twisted 15.2.1-1ubuntu2

任何人都可以指导我吗?

感谢。

0 个答案:

没有答案