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
Karthik112Karthik112 

SSL callout

Hi all,

 

I initiated a callout to a https proxy server where they only have a private certificate installed and sfdc could not trust it. This is the error I get.

 

System.CalloutException: IO Exception: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target.

 

Now my network team has to get a certificate signed by verisign and install it at their server for sales force to validate its identity. Before I have my team do that, Do I need to tell my apex code to find which root CA sales force has to use to validate the server certificate?

_Prasu__Prasu_

Hello Karthik,

 

Please checkout the following link.

http://wiki.developerforce.com/index.php/Outbound_Messaging_SSL_CA_Certificates

 

I hope that will help you to finalize.