You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
We're using ProxyBroker2 to generate continously a list of socks5 proxies.
Our issue is that some of these proxies don't work with HTTPS website.
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
The text was updated successfully, but these errors were encountered: