SSL Handshake and Command Central

Hi ,

I have configured MWS to use https. I can open MWS page from the overview page in the comman central, it is showing as “Unresponsive”. When I clicked on the configuration, I get this error message -

[b]Message: Un-handled internal server error. javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException: No name matching found

Caused by:
Message: javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException: No name matching found

Caused by:
Message: java.security.cert.CertificateException: No name matching found

Caused by:
Message: No name matching found[/b]

I have used default jks file for MWS but did not do any certificate configuration in Command Central. Could you please tell what I need to do.

Thanks & Regards
Arpan

Hi Arpan,

this means that Command Central does additional checks on the certificate which are not met by the sample certificate available in MWS.

From the error message I conclude that the common name (CN)-portion of the distinguished name (DN) should match the hostname of the MWS frontend URL.

You can verify the certificate when opening the MWS page in a browser using the https url.
Then there should by a warning about unsecure/untrusted connection as the sample certificate does not resolve to regular Root CA recognized by the browser. This warning should also contain a message about the servers identity not matching the identity of the sample certificate.

Regards,
Holger