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
  • 1.  How to Ignore self signed certificate

    Posted Tue February 05, 2019 11:33 AM

    Hi All,

    I am trying to do a “get” call by hitting “https://URL:9001/xyz” link. It is Enovia CAS server. i am passing all parameters correctly but getting below error.

    Error Message:

    400 Bad Request

    Bad Request

    Your browser sent a request that this server could not understand.

    I am using pub.client:http service to hit above link. Other team is telling to bypass self signed certificate and send request. So please may i know how do i ignore or bypass self signed certificate.


    #webMethods
    #API-Management
    #soa


  • 2.  RE: How to Ignore self signed certificate

    Posted Wed February 06, 2019 05:53 AM

    Are you able to call the url via SOAP/Postman with the same request payload?


    #soa
    #API-Management
    #webMethods


  • 3.  RE: How to Ignore self signed certificate

    Posted Wed February 06, 2019 08:41 AM

    Hi Mahesh,

    In postman it works on turning off ‘SSL certificate verification’ in Settings > General

    In webMethods were do i ignore those self signed ssl certificates.

    Thanks in advance


    #API-Management
    #webMethods
    #soa


  • 4.  RE: How to Ignore self signed certificate

    Posted Thu February 07, 2019 02:55 AM

    Can you send the logs from your server.log during the client http call.


    #soa
    #API-Management
    #webMethods


  • 5.  RE: How to Ignore self signed certificate

    Posted Thu February 14, 2019 04:50 PM

    in the extended settings, you can set:
    watt.security.cert.wmChainVerifier.trustByDefault=true
    the IS will trust all certs. → very risky though.
    or, you can just get the self-signed cert and put them into your trust store.


    #webMethods
    #soa
    #API-Management