When attempting to connect Advanced Threat Protection (ATP) to the Symantec Endpoint Protection Manager (SEPM) via the controller connection, the connection fails. Browsing to the RMM Webservices website (https://<SEPM IP>:8446/sepm) does not display the website even though the services are running.
SEPM returned a non-200 HTTP response
RMM Webservices were previously disabled by running ConfigSEPM.bat as outlined below:
In some secure or isolated environments, it is desirable to disable all outbound connections from the Symantec Endpoint Protection Manager to the internet.
Here's a summary of the steps necessary to disable ALL such connections:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
function getVirusDefs() {
$url = "http://securityresponse.symantec.com/avcenter/venc/auto/defstats.xml";
# $url = "http://securityresponse.symantec.com/avcenter/download.html";
$valIE="";
//do not send the HTTP request, return immediately
return $valIE;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Re-enable SEPM RMM Webservices using the following steps: