clickhouse-java
clickhouse-java copied to clipboard
Received fatal alert: certificate_required
I'm trying set ssl connect to clickhouse server which hosted on VPS. I can connect to ClickHouse by this nodejs lib with my certificate, but in DBeaver I got error
I use a self signed cetificate
Hi @TimonKK , I am facing the same error. I was using the jdbc string: jdbc:clickhouse://localhost:8443/default?ssl=true&sslkey=client.pk8&sslcert=client.crt&sslrootcert=ca.crt
If you have resolved it, Can you help me?