Service Virtualization

  • 1.  SSL handshake exception

    Posted Feb 22, 2018 03:29 AM

    Hi,

    I am trying to virtualize soap based back end web service of bank using RR pairs. The connection between client and Lisa server is through one way SSL. I kept the same keystore file in Lisa home folder which is present in client trust-store and provided the path in HTTP/S listen step(Use client SSL section). But still after deployment it showing ssl handshake exception for triggered transaction. Can anyone suggest the proper step which needs to be followed. Thanks,

    Ashutosh



  • 2.  Re: SSL handshake exception
    Best Answer

    Broadcom Employee
    Posted Feb 22, 2018 10:03 AM

    Hi Ashutosh,

     

    Where did you get the SSL certificate?  It's possible your problem is a failure of host authentication.  Although the client may "trust" the certificate, it will only trust it for the domain name embedded in the certificate.  For example, your browser might trust the certificate for www.amazon.com, but if that certificate is returned by www.microsoft.com, host authentication will fail.

     

    If that's not the problem, try adding "-Djavax.net.debug=ssl,handshake" as a JVM parameter of the client and check the log.

     

    --Mike