Service Virtualization

  • 1.  JMS: SSL handshake failed with broker

    Posted Sep 30, 2015 08:20 AM

    sslhandshake.png i am getting the above exception when try to publish message in the JMS Topic, updated the javax.net.ssl.trustStore="" and javax.net.ssl.keyStore="" properties in local.properties file.

    can somebody help me is there any other configuration to be done.

     

     

    Thanks,

    Balamurugan Ravi.

    ,



  • 2.  Re: JMS: SSL handshake failed with broker

    Posted Sep 30, 2015 11:43 AM

    Usually a 'PKIX path building' error means neither the SSL certificate presented by the server nor any of its chained certificates are present in your trust store.  It's not clear from your post, are you actually providing a vaue for javax.net.ssl.trustStore?  If so, then are you sure one of the certificates in the server's certificate chain is actually there in that trust store?



  • 3.  Re: JMS: SSL handshake failed with broker

    Posted Nov 02, 2015 04:37 AM

    Hello Kevin,

     

    Sorry for the late response. after i moved my truststore file into different path the "SSL Handshake failed" exception was gone.  now i am getting different exception attached screenshot for your referenceSSLContext.png why i am getting this exception?



  • 4.  Re: JMS: SSL handshake failed with broker

    Posted Nov 02, 2015 01:26 PM

    I can find a lot of documentation on other WebMethods 'BRM.10....' errors, but not BRM.10.5064.  I don't know what it means

     

    What is your JMS server?  I'm not aware of Software AG bundling any kind of JMS server with its WebMethods product.  The only JMS server I know of that's owned by Software AG is Universal Messaging, and that uses a completely different set of client jars and connection information.