Hi All,
I am trying to deploy a Identity Awareness identity collector agent on a server and to bypass the proxy server.
When we try to exclude the agent from the proxy traffic using command it does not work.
netsh winhttp set proxy proxy.company.com:80 "10.0.0.0/8"
Current WinHTTP proxy settings:
Proxy Server(s) : proxy.company.com:80
Bypass List : 10.0.0.0/8
Only when we configure netsh winhttp reset proxy to completely shutdown the proxy on OS level the agent connects successfully to the gateway.
I there any supported documented configuration possibly to exclude the only the IA identity collector agent from proxy traffic using netsh?