soumyajose0784 opened a new issue #9837: URL: https://github.com/apache/druid/issues/9837
Bath load from a https uri fails with SSL error. Error:Failed to sample data:javax.net.ssl.SSLHandshakeException:sun.security.validator.ValidatorException:PXIX path building failed:sun.security.provider.certpath.SunCertPathBuilderException:unable to find valid certification path to requested target ### Affected Version 0.18.0 ### Description Single node druid implementation Http uri is ssl enabled and i have the certificates added to truststore file. But ibhave confusion on the druid parameter tp which the truststore should be added in. I have tried adding the truststore in following 2 ways but they didn't work Option1:druid.indexer.runner.javaOpts= -Djavax.net.ssl.trustStore=/path/truststore.jks -Djavax.net.ssl.trustStorePassword=<pwd> Option2:druid.client.https.trustStorePath=/path/truststore.jks(added password and type too) But both options didn' work. Please help with proper way to mention the certificate for https URI in druid configuration ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
