How to set proxy for the product

Linux

Under Linux modify CM configuration file in: /etc/default/mdcentralmgmt with the following format:

https_proxy="http://<hostname>:<port>"
http_proxy="http://<hostname>:<port>"

Depending on user 's proxy configuration, choose the appropriate protocol configuration (http or https proxy)

Windows

Under Windows use the netsh tool to set the proxy, e.g.: netsh winhttp set proxy <ADDRESS>

In some cases setting the proxy with netsh is not sufficient. In that case set the proxy by starting Internet Explorer with SYSTEM rights and configure the proxy in the settings. To do this please follow this article.

You might need to configure Windows proxy to bypass local addresses (or instance addresses) if you can't access Web Management Console from the host itself and/or if Central Management can access managed instances via your proxy. Consult netsh documentation for additional configuration options.