You need to sign in to do that
Don't have an account?
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!