nvs icon indicating copy to clipboard operation
nvs copied to clipboard

using NVS behind corporate proxy

Open KiranMohan opened this issue 2 years ago • 2 comments

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 avatar Sep 04 '22 10:09 KiranMohan

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.)

jasongin avatar Dec 07 '22 09:12 jasongin

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.)

KiranMohan avatar Feb 11 '23 07:02 KiranMohan