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 2-way SSL Enabled

When I use Outbound Message under 2-way SSL, got the following error in Salesforce,

javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated

 

What I have done is,

1. Outbound Message test with 1-way SSL

2. In the 2-way SSL, download the client certificate from Develop -> API -> Client Certificate

2. Set up this client certificate in my Apache Web Server

 

And it is also strange that, in the 2-way SSL, I can't get the any log in the Apache, but in the 1-way SSL,

I can get the access log.

 

Anyone please help me out!