On Windows 10 how do I display proxy settings from CLI

1

I need the proxy settings for a command line tool. I know it's set to auto-detect but I still need to know what they are exactly.

Note that if I do this in Chrome:

chrome://net-internals/#proxy

...then I get this:

http://[redactedIP]/wpad.dat

What is a *.dat file? Can we use one of these in Cygwin curl? What I'm trying to do is get SDKMAN to work.

NonYaBidnezz

Posted 2017-10-12T22:18:45.503

Reputation: 25

1have you downloaded it with curl and looked inside ? – matzeri – 2017-10-13T17:00:45.687

Of course, since they are using a proxy, those settings were necessary for other software. I located the correct settings in 2 places. Maven's settings.xml and my IDE's configuration. – NonYaBidnezz – 2017-10-16T14:46:36.600

Answers

0

Of course, since they are using a proxy, those settings were necessary for other software. I located the correct settings in 2 places. Maven's settings.xml and my IDE's configuration. You can also look for the HTTP_PROXY, NO_PROXY and HTTPS_PROXY environment variables.

NonYaBidnezz

Posted 2017-10-12T22:18:45.503

Reputation: 25