metabase-clickhouse-driver
metabase-clickhouse-driver copied to clipboard
SSL error
i have problem with ssl:
PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target.
but metabase started with keystor java, system and java keystore have this certificate. I can not specify the path to the certificate in the plugin.
Have the same issue, where can we put certificate if we can not specify path to it
Do you know the corresponding option in the JDBC driver?
Could you show where and what options need to be added?
The parameter is called sslrootcert. Connection example "jdbc:clickhouse://%s:8443/%s?ssl=1&sslmode=strict&sslrootcert=/path/to/CA.crt"
probably related to #85
We just released 0.8.3, which should bring back "additional JDBC connection string options".
Please try specifying additional JDBC connection string options (something like sslrootcert=/path/to/CA.crt as was suggested by @smarkov92)
That should be available under the "advanced options":

Please feel free to re-open the issue if it does not work for you.