You need to sign in to do that
Don't have an account?
Franz 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!
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!
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
This error is most probably due to a certificate issue at your endpoint. Please have the certificates checked on your side.
Thanks,
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