webMethods

webMethods

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

SSL Handshake and Command Central

  • 1.  SSL Handshake and Command Central

    Posted Tue March 01, 2016 11:05 PM

    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


    #webMethods-General
    #Integration-Server-and-ESB
    #Command-Central
    #webMethods


  • 2.  RE: SSL Handshake and Command Central

    Posted Wed March 02, 2016 12:35 PM

    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


    #Integration-Server-and-ESB
    #webMethods-General
    #Command-Central
    #webMethods