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 ~~~