Tag: Apex Callout
-
Why Does My Apex Callout Fail with SunCertPathBuilderException?
Question I am trying to make an Apex callout from Salesforce to an external system that is hosted inside a corporate firewall. The firewall forwards the request to a load balancer, which then routes it to the appropriate web server. However, when I attempt the callout from Salesforce, I encounter the following error: The same…