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
Franz HartmannFranz Hartmann 

javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated

Hey everyone,

we're currently facing the problem that we are getting the outbound message error "javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated" for all our outbound messages sent from salesforce without having made any changes to either salesforce or our endpoint and ssl certificates.

Our ssl root certificate is valid and is also listed in the salesforce wiki as being accepted by salesforce: http://wiki.developerforce.com/page/Outbound_Messaging_SSL_CA_Certificates#thawteprimaryrootca

As mentioned, the implementation has worked without problems until today but now somehow started throwing errors.

Maybe anyone has faced a similar problem or has an idea how to resolve the issue?

Thanks for any feedback!
Best Answer chosen by Franz Hartmann
ShashForceShashForce
Hi Franz,

This error is most probably due to a certificate issue at your endpoint. Please have the certificates checked on your side.

Thanks,
Shashank

All Answers

ShashForceShashForce
Hi Franz,

This error is most probably due to a certificate issue at your endpoint. Please have the certificates checked on your side.

Thanks,
Shashank
This was selected as the best answer
Franz HartmannFranz Hartmann
Hi Shashank,

thanks for your feedback.
The issue has in fact  been caused by a misconfiguration from our hoster and has been resolved now.

Best,
Franz