Service Virtualization

  • 1.  how to enable SSL logs at VSE server side?

    Posted Oct 05, 2017 05:51 AM

    Hello All,

     

    I know hot to enable SSL log at client side i.e. in Lisa workstation using help menu. but how we can enable same in Server side where our VSE service is running?

     

    Please advise.

     

    Cheers.

     

    Shivam Garg



  • 2.  Re: how to enable SSL logs at VSE server side?
    Best Answer

    Posted Oct 05, 2017 08:37 AM

    Try editing the VirtualServiceEnvironmentService.vmoptions (if running as a service) or the VirtualServiceEnvironment.vmoptions (if running as CLI) and add a JVM directive.

     

    -Djavax.net.debug=all   OR   -Djavax.net.debug=ssl

     

    1. Stop the VSE service.

    2. Copy or remove the vse.log

    3. Start the VSE service.

    4. Run the test.

    5. Remove or comment the directive out and stop/start the service.

     

    It is not a good idea to leave this directive active all the time else you will fill the logs with a lot of information.