Check the machine is it enable proxy setting for a non proxy awareness application by running:
netsh winhttp show proxy
If you got the following result:
Current WinHTTP proxy settings:
Direct access (no proxy server).
You will need to run the following command:
netsh winhttp import proxy ie
You will got the following return:
Current WinHTTP proxy settings:
Proxy Server(s) : 192.168.233.29:12345
Bypass List : 192.168.*.*;10.*.*.*;*.*.abc.com;172.16.*.*;<local>
No comments:
Post a Comment