Authenticated proxy in Windows command prompt
Posted
by
tlvince
on Super User
See other posts from Super User
or by tlvince
Published on 2010-12-26T06:37:28Z
Indexed on
2010/12/26
6:55 UTC
Read the original article
Hit count: 202
My Internet access is delivered through an authenticated proxy. This is setup correctly in the "Internet Options" control panel applet and all browsing/GUI apps work fine.
For cmd, proxy settings are typically set by exporting http_proxy
. The applications I'm trying to use are git
and Putty's pscp.exe
. I've tried the following syntax to no avail:
set http_proxy=http://username:[email protected]:port/
I've also experimented with Netsh.exe and ProxyCfg.exe with no luck.
How does one configure an authenticated proxy in the Windows command prompt?
© Super User or respective owner