Skip to content
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

using NVS behind corporate proxy #259

Open
KiranMohan opened this issue Sep 4, 2022 · 2 comments
Open

using NVS behind corporate proxy #259

KiranMohan opened this issue Sep 4, 2022 · 2 comments

Comments

@KiranMohan
Copy link

KiranMohan commented Sep 4, 2022

How to get NVS working behind corporate proxy server?

I have tried to set the proxy in Window Powershell and then execute nvs command but it didnt work.

set HTTP_PROXY=http://<server>:<port>
set HTTPS_PROXY=http://<server>:<port>
@KiranMohan KiranMohan changed the title NVS behind proxy using NVS behind corporate proxy Sep 4, 2022
@jasongin
Copy link
Owner

jasongin commented Dec 7, 2022

It should work if your proxy is configured in Windows system settings.
(Most Windows tools do not use the HTTP_PROXY/HTTPS_PROXY environment variables that are conventional on Linux.)

@KiranMohan
Copy link
Author

Proxy is configured in Windows System Settings using a proxy script and it still doesn't work.

(Note: It is being set by my company and I can't override it.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants