Layer7 API Management

  • 1.  Run CA Live API creator on HTTPS instead of default http : 8080

    Posted Apr 12, 2018 02:53 AM

    Hello folks,

     

    I am trying to run CA Live API creator single user package(Jetty based) on HTTPS instead of default port of 8080 non-secure port.

     

    please tell me which file i need to change to run it on 443 with CA signed certificate.



  • 2.  Re: Run CA Live API creator on HTTPS instead of default http : 8080
    Best Answer

    Posted Apr 12, 2018 03:14 AM

    Hi,

     

    You can follow below steps which are also documented here.

     

    1. Open the <root CA Live API Creator installation directory>/CALiveAPICreator/start.ini file.
    2. Uncomment the --module=https and the --module=ssl lines.
    3. Save and close the file.

    Please note the default HTTPS port is 8083.



  • 3.  Re: Run CA Live API creator on HTTPS instead of default http : 8080

    Posted Apr 12, 2018 05:15 AM

    panra16 Thanks this was helpful.

     

    I was able to change port from 8083 to 443 by changing <root CA Live API Creator installation directory>/CALiveAPICreator/etc/jetty-https.xml  file.