Cannot add Endpoint Protection Manager (SEPM) to Endpoint Detection and Response (SEDR) with error message: "Failed to configure SEPM controller connection"
In the atpapp.error.log you see2021-09-20 06:28:30,293 ERROR http-nio-<hostname>.1-8010-exec-2 (CentralManagerServiceImpl.java:validateSepm:5071) Error when trying to connect to SEPM. Exception : name=ERROR_SERVICE_UNAVAILABLE, description=Can't get response from SEPM Servercom.symantec.atp.central_manager.rmi.exception.SepmCommunicationException: name=ERROR_SERVICE_UNAVAILABLE, description=Can't get response from SEPM Server
central_manager.log:
2021-09-20 06:28:30,286 INFO RMI TCP Connection(16714)-<hostname> (SepmRestApi.java:simpleRequest:441) Updating Sepm connection health for request [https://<hostname>:8446/sepm/api/v1/identity/authenticate]2021-09-20 06:28:30,287 INFO RMI TCP Connection(16714)-<hostname> (SepmRestApi.java:updateConnectionStatus:500) Update Status for Server : <SEPMURL> Domain : <SEPMDOMAIN> with status code: 5032021-09-20 06:28:30,287 ERROR RMI TCP Connection(16714)-<hostname> (SepmCommunicationMgrImpl.java:validateSepm:2514) Failed to connect to SEPM. Most probably because of bad/invalid certificate2021-09-20 06:28:30,291 ERROR RMI TCP Connection(16714)-<hostname> (SepmCommunicatorRemoteImpl.java:validateSepm:895) Error when trying to connect to SEPM. Exception : name=ERROR_SERVICE_UNAVAILABLE, description=Can't get response from SEPM Server2021-09-20 06:28:36,818 INFO RMI TCP Connection(16714)-<hostname> (SepmRestApi.java:updateRequestUrl:331) failed to get resolved address for SEPM controller [0], requestUrl: [https://<SEPMURL>:8446/sepm/api/v1/version]2021-09-20 06:28:36,847 INFO RMI TCP Connection(16714)-<hostname> (SepmRestApi.java:updateConnectionStatus:500) Update Status for Server : <SEPMURL> Domain : <SEPMDOMAIN> with status code: 2002021-09-20 06:28:36,850 INFO RMI TCP Connection(16714)-<hostname> (SepmRestApi.java:updateRequestUrl:331) failed to get resolved address for SEPM controller [0], requestUrl: [SEPMURL:8446/sepm/api/v1/identity/authenticate]
....
2025-11-10 10:04:26,875 ERROR RMI TCP Connection(209137)-127.0.0.1 (SepmRestApi.java:simpleRequest:440) Failed to get a response from the requested SEPM. Exception details : javax.net.ssl.SSLHandshakeException: PKIX path validation failed: java.security.cert.CertPathValidatorException: Algorithm constraints check failed on keysize limits: RSA 1024 bit key used with certificate: CN=xxxx.com, OU=ESG, O=Broadcom Inc, L=San Jose, ST=CA, C=USjavax.ws.rs.ProcessingException: javax.net.ssl.SSLHandshakeException: PKIX path validation failed: java.security.cert.CertPathValidatorException: Algorithm constraints check failed on keysize limits: RSA 1024 bit key used with certificate: XXX.COM, OU=ESG, O=Broadcom Inc, L=San Jose, ST=CA, C=US
The SEPM was unable to accept incoming web requests on the API port, preventing the communication with EDR.
To confirm whether SEPM is up
Note: Also verify if SEPM certificate is 2048 bit key.
Generate new certificate from SEPM using following option, generated new certificate with 2048 bits.
Also need to follow Updating the server certificate on the management server without breaking communications with the client to make sure they are not breaking agent-server communication with the new certificate generation.