egg-mode icon indicating copy to clipboard operation
egg-mode copied to clipboard

No proxy support

Open rdelfin opened this issue 5 years ago • 3 comments
trafficstars

I'm trying to use egg-mode in a network that requires me to use a proxy server for all traffic going out to the public internet. I can't seem to find any support for HTTP proxy in egg-mode (though if there is one, I can close the issue). I wanted to open this issue before starting work on a PR to add support.

rdelfin avatar Jun 30 '20 17:06 rdelfin

I have an idea for how to get this to work. There's a decent-looking library hyper-proxy that would allow me to wrap the connection with a proxied one, but there's a feature i want it to have before i commit to integrating it. I've posted an issue (and a PR to add it), so once that's in a released version, it shouldn't be that bad to add.

QuietMisdreavus avatar Jul 18 '20 21:07 QuietMisdreavus

Thanks! I also have a change that would potentially work but I only got it working with native-tls, and it broke rustls support. I can send it but I get a feeling you'll be more familiar with rustls than me

rdelfin avatar Aug 03 '20 14:08 rdelfin

It seems that the upstream pr has been merged. Any progress on this issue?

PhotonQuantum avatar Sep 30 '21 03:09 PhotonQuantum