bluet / proxybroker2

The New (auto rotate) Proxy [Finder | Checker | Server]. HTTP(S) & SOCKS :performing_arts:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Some socks5 proxies don't work with HTTPS/SSL

baderdean opened this issue · comments

We're using ProxyBroker2 to generate continously a list of socks5 proxies.

proxybroker find --types SOCKS5 -l 200

Our issue is that some of these proxies don't work with HTTPS website.

$ curl -x socks5://192.111.135.18:18301 https://ipinfo.io/json
curl: (60) SSL certificate problem: self signed certificate in certificate chain
More details here: https://curl.se/docs/sslcerts.html

curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.

Ideally, since Proxybroker2 has the ability to Judge proxies, why don't judge those with an HTTPS endpoint in order to clean them?
Same request for Proxy Serve.

This bug seems related to this issue too: #16