I have a problem for create a lead from my custom ERP, i have this error message :
com.zoho.crm.library.exception.ZCRMLogger.logError ZCRM - in com.zoho.crm.library.api.APIRequest.getAPIResponse:245 ::: 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
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
I have add with
keytool on my keystore the zoho certificate :
/usr/lib/jvm/jdk-8-oracle-x64/
jre/bin/keytool -import -alias selfsigned -file /home/script/ssl/test.cer -keystore /usr/lib/jvm/jdk-8-oracle-x64/
jre/lib/security/cacerts
But it's the same result.
Thanks to help me