Service Virtualization

 View Only
  • 1.  javax.net.ssl.SSLHandshakeException Error in SV community Edition

    Posted Jul 09, 2019 11:05 AM
    Edited by david wong Jul 09, 2019 03:08 PM
    Hi Gang,

    I am using CA SV Community Edition for service virtualizato of an API but getting javax.net.ssl.SSLHandshakeException error.
    I have tried to add "https.protocols=TLSv1.2" in local.properties as suggested in some threads but it did not help me.

    Can you please look into it and suggest any workaround for it?


  • 2.  RE: javax.net.ssl.SSLHandshakeException Error in SV community Edition

    Posted Jul 09, 2019 11:09 AM
    Looks like the site is using SSLv3
    "[ 3] Ignoring disabled protocol: SSLv3"
    So you would want "https.protocols=SSLv3"



  • 3.  RE: javax.net.ssl.SSLHandshakeException Error in SV community Edition

    Posted Jul 09, 2019 11:13 AM
    I have tried with adding "https.protocols=SSLv3,TLSv1.2" as well. Still no luck.


  • 4.  RE: javax.net.ssl.SSLHandshakeException Error in SV community Edition

    Broadcom Employee
    Posted Jul 09, 2019 11:26 AM
    HI David
             COuld you please share the vse.log file and also check if you are overriding https.protocols in .vmoptions file for the VSE process ?

    -Sankar

    --
    regards
    Sankar Natarajan





  • 5.  RE: javax.net.ssl.SSLHandshakeException Error in SV community Edition

    Posted Jul 09, 2019 11:56 AM
    Hi Sankar,

    Did you mean svce.log file? I could not locate vse.log in my system.
    Also I am not able to locate .vmoptions file. Where I can find it?