Tuesday, 10 May 2016

Proxy settings in windows

To use a proxy from the windows command prompt, set the following env variables:
> set http_proxy=a.b.c.d:1111
> set https_proxy=a.b.c.d:1111
These will only be active for this 'session'. Note that many command-line apps will still need proxy settings configured directly (eg - Gradle)

No comments:

Post a Comment