webMethods

 View Only
Expand all | Collapse all

Required step by step Implementation of APIGW 10.15 SSL using TLS 1.2 or 1.3

  • 1.  Required step by step Implementation of APIGW 10.15 SSL using TLS 1.2 or 1.3

    Posted Fri May 17, 2024 10:33 AM

    Hi,
    I would like to implement step by step SSL using custom certificate from scratch including CSR by using TLS 1.2 or 1.3, so what will be the proper steps by considering usage of CC as well. the procedure and steps as there are 4 APIGW nodes expected and be standalone.


    #webMethods
    #tls
    #API-Gateway
    #API-Management
    #ssl
    #Developer-Portal


  • 2.  RE: Required step by step Implementation of APIGW 10.15 SSL using TLS 1.2 or 1.3

    Posted Fri May 17, 2024 12:36 PM

    Hi Asghar,

    which version of wM are we talking about?

    Until wM 9.12 only TLS 1.2 is supported, as the underlying JVM does not yet support TLS 1.3.

    Regards,
    Holger


    #ssl
    #tls
    #Developer-Portal
    #API-Gateway
    #webMethods
    #API-Management


  • 3.  RE: Required step by step Implementation of APIGW 10.15 SSL using TLS 1.2 or 1.3

    Posted Fri May 17, 2024 01:02 PM

    API Gateway Release 10.15 and TLS 1.2 is probably.


    #tls
    #Developer-Portal
    #API-Gateway
    #webMethods
    #ssl
    #API-Management


  • 4.  RE: Required step by step Implementation of APIGW 10.15 SSL using TLS 1.2 or 1.3

    Posted Sat May 18, 2024 10:34 PM

    When you talk about TLS with APIGW there are multiple things to consider and you would have to clarify which one are you talking about ?

    1. TLS port for the APIGW UI. This is delivered using Tomcat so the configuration has to be in property files for Tomcat
    2. TLS port for the API transaction ports. These are done similar to the IS ports.
    3. TLS connectivity to ElasticSearch. This is also done in seperate config files.

    Which one are you interested in ?

    Rupinder


    #webMethods
    #API-Management
    #Developer-Portal
    #tls
    #API-Gateway
    #ssl


  • 5.  RE: Required step by step Implementation of APIGW 10.15 SSL using TLS 1.2 or 1.3

    Posted Sun May 19, 2024 06:21 AM

    Hi @rupinder1,
    I’m looking to implement completely and securing the environment of APIGW.


    #tls
    #ssl
    #Developer-Portal
    #webMethods
    #API-Management
    #API-Gateway