IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  Error while defining Consumer WS in IS

    Posted 01/18/08 11:07 AM

    Hi we are trying to consume Web Service over HTTPS , using certificates but we’re getting the following error , “server certificate was rejected by Chain Verifier”


    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: Error while defining Consumer WS in IS

    Posted 01/22/08 03:24 PM

    Basically that error says, you dont trust the Server you are trying to post.
    So may be you dont have the CA certificate of that server you are posting.
    If thats the case you need to install the CA certificate in your trusted root directory.


    #webMethods
    #Integration-Server-and-ESB


  • 3.  RE: Error while defining Consumer WS in IS

    Posted 01/30/08 02:51 AM

    But there was a setting about ignoring the certificates and trust by default

    and in this case It should work at least but not works fine ;

    watt.security.xxx.trustbyDefault=true;
    watt.security.xxx.ignoreExpiredCertificates=true;


    #webMethods
    #Integration-Server-and-ESB