The error message below is displayed when logging in to ControlPoint Online:
The issue occurs when a server has been configured to connect to the internet through a proxy server, but the web application is not set up to use the proxy configuration.
<system.net>
<defaultProxy useDefaultCredentials="true">
<proxy usesystemdefault = "false" proxyaddress="PROXY_SERVER_ADDRESS:PORT_NUMBER" bypassonlocal="false" />
</defaultProxy>
</system.net>
Note: Replace PROXY_SERVER_ADDRESS:PORT_NUMBER accordingly.
© ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center