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 - JWT : "errorDetails": " Transport protocol must be HTTPS."

  • 1.  API Gateway - JWT : "errorDetails": " Transport protocol must be HTTPS."

    Posted Thu October 29, 2020 07:01 AM

    I have been trying to retrieve a JWT token from API Gateway 10.5

    I keep getting

    {
    
    "errorDetails": " Transport protocol must be HTTPS."
    
    }
    

    Even disabled the require HTTPS

    image


    #API-Management
    #API-Gateway
    #webMethods


  • 2.  RE: API Gateway - JWT : "errorDetails": " Transport protocol must be HTTPS."

    Posted Fri October 30, 2020 12:03 PM

    I was able to get past this error by setting the below [pg_JWT_isHTTPS to false]

    image

    But now I got a new error

    {
    
    "errorDetails": "com.wm.app.b2b.server.ServiceException:  JWT configuration is empty"
    
    }
    

    Any suggestions?


    #API-Management
    #API-Gateway
    #webMethods


  • 3.  RE: API Gateway - JWT : "errorDetails": " Transport protocol must be HTTPS."