I am running into another issue with Splunk sink connector. When I use
"splunk.hec.ssl.validate.certs": "true"
the error I get is -
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
When I use "splunk.hec.ssl.validate.certs": "false"
the error becomes -
javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException: Certificates do not conform to algorithm constraints Caused by: java.security.cert.CertPathValidatorException: Algorithm constraints check failed on keysize limits. RSA 1024bit key used with certificate........
Any idea what is causing it ?