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
Priti ShelkePriti Shelke 

sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failed

Hi,
I am getting following exception when webservice callout is made.
sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failed
Can anyone let me know what could be the exact cause of why this error is encountered?

Thanks 
 
SandhyaSandhya (Salesforce Developers) 
Hi,

Check below link if this is the case with you.

https://www.endpoint.com/blog/2017/10/04/pkix-path-validation-failed-debugging
 
Best Regards,
Sandhya
prem jonnala 11prem jonnala 11
Check the below link.
https://developer.salesforce.com/forums/?id=906F00000008z72IAA
Priti ShelkePriti Shelke
Thanks for response 
but I already checked both the link and it does not work for me.