Service Virtualization

  • 1.  Getting back javax.net.ssl.SSLProtocolException: Server returned wrong cipher suite for session

    Posted Apr 15, 2016 04:27 PM
      |   view attached

    Hi,

     

    I am calling a REST service which is a https protocol. I am getting back above exception when I run the script.

    Recently our team migrated from LISA_7.0.3 to DevTest_8.5 and we started experiencing this error. It worked fine in LISA_7.0.3 version.

    PS - There is literally no change in cert's or in the REST service.

     

    Any pointers to fix this would be of great help since our entire team is facing this issue. I have attached the error message that was available in workstation.log file.

     

    Thanks.

    Uttam.

    Attachment(s)

    zip
    workstationLog.txt.zip   3 KB 1 version


  • 2.  Re: Getting back javax.net.ssl.SSLProtocolException: Server returned wrong cipher suite for session

    Broadcom Employee
    Posted Jun 14, 2016 07:27 PM

    Not sure if your issue was resolved. If you are still facing this issue, please provide the output of the following openssl command

     

    openssl s_client -host <yourRestServiceHost> -port <yourRestServiceSecurePort>

     

    for google.com the above would be

     

    openssl s_client -host www.google.com -port 443

     

    (The above commands are valid for a Linux/Unix environment - for Windows you will need to install the windows version of openssl)



  • 3.  Re: Getting back javax.net.ssl.SSLProtocolException: Server returned wrong cipher suite for session

    Posted Jan 13, 2017 03:16 PM

    Uttam,

    Are you still experience this issue? If so, can you provide the information requested by Prem?