-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Shells-go doesn't seem to use http_proxy #1
Comments
It should be possible to honor |
Latest version pushed |
I deleted the old shells-go, get a new one by
(in precious version, it did not utilize the proxy and extremely slow. The proxy guarantees to work because when use browser with the same proxy to access shells remote machine, it's fast) |
Just modified code in 2031713 so it performs the handshake during the connection, can you retry? |
I need a proxy server to access shells.com, otherwise it['s extremely slow. When access my shell instance from browser, it take advantage of browser's proxy server setting so the speed is okay. However when use shells-go client, it become extremely slow again, similar to browser with proxy off. I suspect shells-go doesn't read
http_proxy
env var and use that as proxyThe text was updated successfully, but these errors were encountered: