Hello,
I get an error message when I start the crawler with a proxy. Without proxy it works and ping on the proxy works.
ts/Nodejs Code:
this._crawler.queue({ callback: cb, preRequest: Http.beforeRequest, uri: url, proxy: "https://80.187.140.26:8080" });
Error:
error: CRAWLER Error Error: tunneling socket could not be established, cause=write EPROTO 4432391616:error:1408F10B:SSL routines:ssl3_get_record:wrong version number:../deps/openssl/openssl/ssl/record/ssl3_record.c:332:
Thank you very much for the help.