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.

 View Only

pub.client:http iaik.security.ssl.SSLCertificateException: Peer certificate rejected

  • 1.  pub.client:http iaik.security.ssl.SSLCertificateException: Peer certificate rejected

    Posted Tue April 06, 2010 02:10 PM

    when my flow service reaches pub.client:http service it fails to execute and i get the below error iaik.security.ssl.SSLCertificateException: Peer certificate rejected
    however this is an expected error for me, but i want to have that error to be captured in as it is to update other system in the following service.

    how can i read this erro at run time and pass it as it is and map it to the update service that i have built ?

    i tried getLastError service but the follow does not even reach that service since the whole flaw stops when it encounters the HTTP failiur error above

    is there a way that before the whole flow stops from execution to dump or pass this error to another variable so that i can pass that error to another service?


    #webMethods
    #Integration-Server-and-ESB
    #Flow-and-Java-services