Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some socks5 proxies don't work with HTTPS/SSL #142

Open
baderdean opened this issue Sep 1, 2023 · 0 comments
Open

Some socks5 proxies don't work with HTTPS/SSL #142

baderdean opened this issue Sep 1, 2023 · 0 comments

Comments

@baderdean
Copy link

baderdean commented Sep 1, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant