SSL or WS-Digital Mutual SSL integration with 3rd Party using Web Service
We are in process to setup Integration with 3rd Party on Mutual SSL. The requirement is that when we do the transaction or service operation with 3rd party, we need to take our SSL certificate and that will be verified by 3rd party. Also we need to have their certificate in our keystore to verify the response.
Our Gateway URL is load balancer (F5) URL and all SSL offloading happens at F5 level.
After doing all setup, when we initiate a test transaction through PeopleCode, we are getting HTTP 500 Error. When we checked with 3rd party vendor with the Soap Error code, they mentioned that our request is not carrying any certificate and hence their server is denying the request. We already have provided them our F5 Endpoint, Inter CA, Root CA certificate and they have added them into their server. We are not sure what is the problem and why our request is not carrying the certificate for authentication.