I'm working with a cycle of proxies in Scrapy, sometimes some proxies have errors and that's stopping my spider.. The error is "Could not open CONNECT tunnel" How do I change the code to retry with another proxy in case of this error?
Here's the code that needs to be modified: https://github.com/scrapy/scrapy/blob/master/scrapy/core/downloader/handlers/http11.py
Something like this:
In settings.py: