Service Virtualization

  • 1.  How to switch from SSL to TLS certs

    Posted Jun 16, 2016 01:35 PM

    I am trying to test a RESTful service, that is on TLS certs. My default security setting on loca.properties is set to ssl.

     

    lisa.net.default.protocol=ssl

     

    Earlier, I was using SoapUI and in order to achieve this, I have updated the VMOPTIONS file to bypass SSL and communicate with TLSv1.2

     

    How can I achieve this in DevTest 8.4.0.227



  • 2.  Re: How to switch from SSL to TLS certs
    Best Answer

    Broadcom Employee
    Posted Jun 29, 2016 09:17 PM

    Please add below property in local.properties file and restart workstation to reflect these changes.

        https.protocols=TLSv1.2

    If you want to achieve the same on server (VSE/Coordinator/Simulator), please add the same property in local.properties file on server machine.

     



  • 3.  Re: How to switch from SSL to TLS certs

    Posted Jul 05, 2016 02:13 PM

    It worked. Thank you