proxybroker2
proxybroker2 copied to clipboard
serve fails with https requests
with version 0.4.0
proxybroker --log DEBUG serve --host 0.0.0.0 --port 9443 --types SOCKS4 --countries KR
curl https://ipinfo.io/json --proxy https://127.0.0.1:9443
curl: (35) gnutls_handshake() failed: The TLS connection was non-properly terminated.
but it works fine with http
[megamind@ssdnodes-89316]:(33.8kb)~$ curl http://ipinfo.io/json --proxy http://127.0.0.1:9443
{
"ip": "112.219.201.124",
"city": "Bucheon-si",
"region": "Gyeonggi-do",
"country": "KR",
"loc": "37.4989,126.7831",
"org": "AS3786 LG DACOM Corporation",
"postal": "14550",
"timezone": "Asia/Seoul",
"readme": "https://ipinfo.io/missingauth"
with version 0.3.2
proxybroker --log DEBUG serve --host localhost --port 8855 --types SOCKS4 --countries KR
curl https://ipinfo.io/ip --proxy https://127.0.0.1:8855
222.121.116.26
@0-MegaMind-0 can you try with other proxy?
https://github.com/bluet/proxybroker2#remove-specific-proxy-from-queue