Newer Version Available
Downloading the Salesforce Client Certificate
When using AJAX proxy, you might need to validate Salesforce using
client certificates.
Your application (endpoint) server's SSL/TLS may be configured to require client certificates (two-way SSL/TLS), in order to validate the identity of the Salesforce server when it takes the role of client to your server. If this is the case, you can download the Salesforce client certificate from the Salesforce API page.
To download the certificate, use this procedure:
- From Setup, enter API in the Quick Find box, then select API to display the WSDL download page.
- In the WSDL download page, right-click Generate Client Certificate and save it to an appropriate location on your local drive.
- Import the downloaded certificate into your application server, and configure your application server to request the client certificate. The application server then checks that the certificate used in the SSL/TLS handshake matches the one you downloaded.