Service Virtualization

 View Only
  • 1.  HTTP to HTTPS

    Posted Apr 07, 2020 04:45 PM
    All,
    I am trying to upgrade around 50 http services to https where all of these services will be deployed on single port but different URI/Base path.
    However when app is making a call, it looks like the initial calls itself are failing to reach the https service.
    Could you please let me know if this is because of all services running on single port and different URI.
    I don't see any problem in http calls where they are running on same port and different base paths.

    Also I have removed the http services and replaced with https and not running both versions on same vse.

    Service Example on http:

    http://server:8001/service1
    http://server:8001/service2
    http://server:8001/service50


    Service example on https

    https://server:8001/service1
    https://server:8001/service2
    https://server:8001/service50

    thanks
    Vinay


  • 2.  RE: HTTP to HTTPS
    Best Answer

    Posted Apr 09, 2020 01:11 AM
    Hi Vinay,

    As you mentioned, it looks like the initial calls itself are failing to reach VSE. - Does it mean that the transaction count is 0 for https services or you are getting error messages.

    If no transactions are hitting VSE, then make sure the secure connection is established and ports are enabled between application under test and ca devtest i.e. https based port is enabled for your https services. 

    Thanks.


    ------------------------------
    Regards,
    Vaibhav Jain
    Capgemini
    ------------------------------