scrapinghub / splash

Lightweight, scriptable browser as a service with an HTTP API
BSD 3-Clause "New" or "Revised" License
4.04k stars 507 forks source link

Proxy connection refused for Localhost Proxy Server #1168

Closed sjugraj closed 1 year ago

sjugraj commented 1 year ago

We have hosted a proxy rotator Mubeng to rotate through a list of proxies for scrapy.

We are getting below error

{"error": 502, "type": "RenderError", "description": "Error rendering page", "info": {"type": "Network", "code": 99, "text": "Proxy connection refused", "url": "https://ip-api.io/json"}}

We are able to get the response for non-proxied requests.

We are able to get a response from the proxies that have a valid certificate.

My assumption is that we are not able to set the verified TLS to false.

Is there a way to set that in Splash or provide a self-sign cert?