function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Veeru AVeeru A 

Problems with OUTBOUND MESSAGING to WEBSPHERE

We have used outbound messaging to a standard server no problem. We are now trying to message from SF using Outbound Messaging ang getting the infamous 

javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated

We are using ssl, 8443 and have a public CA SSL cert for the Websphere side.

We are rally hitting the brick wall on this one....anyone have some RECENT solutions to this...especially with Websphere?

Thanks
Henry AkpalaHenry Akpala
Hello,
are you getting this error from salesforce of Websphere?  This seems like a certificate issue with Websphere.  Can you enable the logging in salesfoce to see what sfdc is sending out?
-H
Veeru AVeeru A
I see the error in salesforce. What logging would capture an outbound message error? 

SSL dump shows unknown certificate
Veeru AVeeru A
Answering my own question. With help from a number of folks including IT and Salesforce we found out that this was caused by our F5 device device seeing a cert as ROOT too early in the chain and it wasn't trusted so we got the error. Had to have IT put the chain back in correct order when applying the certs and make sure it ended with a CERT that SF trusted as the Root. This solve the problem