nadoo / glider

glider is a forward proxy with multiple protocols support, and also a dns/dhcp server with ipset management features(like dnsmasq).
GNU General Public License v3.0
3.18k stars 437 forks source link

Received HTTP code 502 from proxy after CONNECT #408

Open 3052 opened 5 months ago

3052 commented 5 months ago

if I do this, everything works fine:

curl -x socks5://username:password@res.proxy-seller.com:10000 `
https://js.stripe.com/v3

but if I do this:

glider -listen :8080 -forward `
socks5://username:password@res.proxy-seller.com:10000

> curl -x localhost:8080 https://js.stripe.com/v3
curl: (56) Received HTTP code 502 from proxy after CONNECT
github-actions[bot] commented 2 months ago

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 5 days.

3052 commented 2 months ago

!