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
Jia HuJia Hu 

Error of Outbound Message with Client Certificate

I am using Outbound Message to call a remote Apache Web Server with SSL.

The serever certification is from VeriSign. And everything is fine when client certification is disabled.

 

When the remote Apache enabled the client certification,

I downloaded the sfdc-client.cert from Develop -> API -> Client Certificate

and change the file name to sfdc-client.pem

 

In the Apache, setup as,

SSLCACertificateFile   ..../sfdc-client.pem

SSLVerifyClient require

SSLVerifyDepth 2

 

But in the Salesforce I got the following error at Monitoring -> Outbound Messages, like

javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated

 

I have stuck here for a long time, please someone could help me to fix this. Thanks ahaed.