When attempting to start the PeopleSoft agent, the agent fails to establish a connection to the Automation Engine. The agent log contains the following error:
U02000313 communication error with partner '{IP address}/<unresolve>:8443', error: 'No subject alternative names matching IP address {IP Address} found' Initial connection with endpoint not possible. Please check your configuration
Product: CA Automic Workload Automation - Automation Engine
Version: 21.0.x and higher
This error occurs because the agent is configured to connect to the Java Communication Process (JCP) using an IP address, but the SSL certificate loaded by the JCP does not include that IP address in its Subject Alternative Name (SAN) field. Security validation fails because the certificate only recognizes the Fully Qualified Domain Name (FQDN).
To resolve this issue, the agent must be updated to use the exact FQDN or hostname that the JCP is using to identify itself in the certificate.
Before modifying the agent, verify how the JCP is registered in the system:
Example JCP log entry:
In this example, the hostname to use is servername.example.com.
/bin/security directory and delete all files (this ensures a clean key exchange).connection= parameter in the [TCP/IP] section.connection={IP Address}:8443connection=servername.example.com:8443