webMethods

webMethods

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

API Gateway- REST API with two way SSL Configuration

  • 1.  API Gateway- REST API with two way SSL Configuration

    Posted Sun October 06, 2019 02:23 PM

    Dear All,

    We have a requirement to create REST API on webMethods API Gateway (10 x version) with SSL client certificate (.cer format).

    The REST API is created, “Identify & Authorize Application” is configured as follows
    • Condition: AND
    • Application Lookup Condition: Registered applications
    • Identification Type: API Key
    • Application Lookup Condition: Registered applications
    • Identification Type: SSL Certificate
    • Allow anonymous: false
    The REST API is consumed using an Application and below are the Application properties
    • Identifiers: Client certificates (attached the client certificate (.cer format))
    • API access key

    However while invoking the REST API its failing with “SSL Handshake failure” and the native end point is receiving the request without the SSL certificate in it.
    Request you to check and let us know if anyone can help on this.


    #API-Gateway
    #webMethods
    #API-Management


  • 2.  RE: API Gateway- REST API with two way SSL Configuration

    Posted Fri October 25, 2019 06:04 AM

    Hi i have the same issue and i can not find a solution.

    Did you resolve your problem?

    Thanks


    #webMethods
    #API-Gateway
    #API-Management


  • 3.  RE: API Gateway- REST API with two way SSL Configuration

    Posted Mon October 28, 2019 02:43 AM

    Hi,

    Please follow the below steps, to implement tow way SSL.

    1. Import native application Certificate to truststore of API Gateway
    2. Map the above truststore to the HTTP Listener port of API Gateway
    3. Configure ‘Keystore Alias and Key Alias’ under SSL configuration in the routing policy of the API

    Best Regards,
    Priyadharshini Muniyandi


    #API-Gateway
    #webMethods
    #API-Management


  • 4.  RE: API Gateway- REST API with two way SSL Configuration

    Posted Mon October 28, 2019 09:02 AM

    Thank you, I will apply your procedure.

    On the other hand, is your procedure as true in my case? I want to do 2-way-ssl in the case where API Gateway day the role of the client: Communication between the gateway API and end points servers. In my case, my endpoint server is not a ESB Integration Server.

    as you can see in the screen copy attached to this message.

    Thank you very much again.


    #API-Management
    #webMethods
    #API-Gateway