IMPORTANT ANNOUNCEMENT: On May 6, 2024, Carbon Black User eXchange (UeX) and Case Management will move to a new platform!
The Community will be in read-only mode starting April 19th, 7:00 AM PDT. Check out the blog post!
You will still be able to use the case portal to create and interact with your support cases until the transition, view more information here!

App Control: WinHTTP Proxy Blocking Agent Communications

App Control: WinHTTP Proxy Blocking Agent Communications

Environment

  • App Control Agent: All Supported Versions
  • Microsoft Windows: All Supported Versions

Symptoms

  • Agents are unable to communicate and register with the App Control server
  • Dascli status shows: "Connection: Disconnected (Security Error)"
  • Error messages in the Trace.bt9 log like this: 
    00:00:44 723834337 (17BC) - Server Communication: WinHTTP communication error: 12002
  • Console errors are similar to:
    DownloadError[WinHttpSendRequest Error[12002:]]

Cause

WinHTTP Proxy is not set properly

Resolution

  1. Open a command prompt with administrative rights
  2. Run: 
    netsh winhttp show proxy
  3. If a proxy exists, ensure proxy is set from the command line as:
    netsh winhttp set proxy proxy-server="<proxyservername>" bypass-list=<cbprotectionservername>;<Existing Bypass Lists>
  4. A reboot may be required to restore the connection

Additional Notes

NOTE: Certain proxies may also require the App Control Server ports 41002 + 443 added to the server name > e.g: AppControlServerNameHere.local:41002 AppControlServerNameHere.local:443 (Replace AppControlServerNameHere with the actual name of your App Control Server)

Labels (1)
Was this article helpful? Yes No
0% helpful (0/1)
Article Information
Author:
Creation Date:
‎09-09-2020
Views:
8188
Contributors