-
Notifications
You must be signed in to change notification settings - Fork 23
Respect proxies #78
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
Comments
@bpmct @rodrimaia i'm running Coder Remote i am correctly getting self-signed certificate errors when this env var is set, and successful connections when unset. the extension appears to respect the configured proxy. |
@ericpaulsen thank you for your comment. Your results match what I have been testing too. I conducted local tests using the
In all cases, the coder extension effectively utilized the same proxy as VSCode. I could not figure out why some users faced those network/connectivity errors in the past. @bpmct do you see anything else that can be run/tested to improve this issue clarification? |
Nice. Thanks for investigating, this gives me a lot of peace-of-mind about how Coder works in enterprise environments. If this comes up frequently from customers, we could document in the README or in our product docs, but for now we can link to this issue :) I'm curious why in this case, one proxy/certs error was resolved? Did we make changes in this area between versions? But yeah, I think we're good to close. |
@bpmct, @rodrimaia, I'm having the same issue. Our root certificate is a corporate root certificate that is installed in every user Windows 10 environment. Thus it's trusted by Google chrome but when used inside vscode for coder CLI auth, I get the error below. I tried everything. From setting the proxy to override to the use of the NODE_EXTRA_CA_CERTS environment variable. |
I thought there was an issue for this, but it seems like there is not? How can the VS Code extension work with
HTTP_PROXY
, etcThe text was updated successfully, but these errors were encountered: