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
skupke1.390278698224649E12skupke1.390278698224649E12 

(javax.net.ssl.SSLHandshakeException) Dataloader Errors

Hello, I'm having aproblem importing using our apex batch data loader. Looking at both the logs, it appears as though the dataload job was successful on 5th Aug but started failing on the 6th due to a Java SSL certificate trust issue (javax.net.ssl.SSLHandshakeException). I'm not aware of any changes to the Java environment that runs Salesforce dataloader? and there have not been any proxy changes to Dataloader configuration.

I keep reading about the way trust is handled in the Java world & that we should have a keystore which contains a list of all the known CA certificates and Java will only trust certificates that are signed by those CA certificate or public certificates that exist within that keystore.
 
No changes have been made, where do I go to from here? I'm not a developer.
skupke1.390278698224649E12skupke1.390278698224649E12
Apparently Caused by javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target. Any suggestions or ideas would be most helpful.
skupke1.390278698224649E12skupke1.390278698224649E12
Thank you Yushan I will check this out.
SantoshMohantySantoshMohanty
@Yushan @skupke1.390278698224649E12

I am facing the same issue with data loader....did you fix it anyway ?