Description: MCR Aggregator application deployment through Command Line Interface throws certificate exception.
Symptoms: The CLI (Command Line Interface) build command (ant -f build.xml deploy-mcr) to deploy MCR fails with the following exception. The ActiveMatrix (AMX) Administrator is configured to have SSL enabled for the external
HTTP connection.
Exception seen in the SystemNode.log.
**********************************
Caused by: java.security.cert.CertificateException: No name matching <HOST-NAME> found
at sun.security.util.HostnameChecker.matchDNS(Unknown Source)
at sun.security.util.HostnameChecker.match(Unknown Source)
**********************************
Cause: The external keystore used for the external httpConnector is having the
server identity "CN" not being resolved to the actual host name for AMX
(ActiveMatrix) Administrator.