Upgraded DX NetOps Performance Management to 21.2.6.
We now see these errors in the logs.
In the DMService.log we see this for host names:
ERROR | qtp533890770-64713 | 2022-03-03 07:35:29,326 | com.ca.im.portal.common.web.util.GlobalAdminAuthReqList
| Exception getting auth requirements for <IP> from https://<PC_Portal_FQHN>:8382/sso/webservices/sar/sar/<IP>.
javax.net.ssl.SSLHandshakeException: No subject alternative DNS name matching <PC_Portal_FQHN> found.
...
Caused by: java.security.cert.CertificateException: No subject alternative DNS name matching <PC_Portal_FQHN> found.
This might be seen for an IP address.
ERROR | qtp1480661582-179392 | 2023-02-01 00:00:04,127 | com.ca.im.portal.common.web.util.GlobalAdminAuthReqList
| Exception getting auth requirements for 127.0.0.1 from https://<Portal_IP>:8382/sso/webservices/sar/sar/127.0.0.1
javax.net.ssl.SSLHandshakeException: No subject alternative names matching IP address <Portal_IP> found
In the EMService.log:
ERROR | qtp2062432236-45 | 2022-03-03 07:39:29,848 | com.ca.im.portal.common.web.util.GlobalAdminAuthReqList
| Exception getting auth requirements for <IP> from https://<PC_Portal_FQHN>:8382/sso/webservices/sar/sar/<IP>
javax.net.ssl.SSLHandshakeException: No subject alternative DNS name matching <PC_Portal_FQHN> found.
...
Caused by: java.security.cert.CertificateException: No subject alternative DNS name matching <PC_Portal_FQHN> found.
Default log locations are:
All supported DX NetOps Performance Management releases
The SSL Certificate has a SAN that doesn't match the NetOps Portal web servers Fully Qualified Host Name (FQHN) called out in the log error messages.