You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.
Hello,
I tried to apply ssl to clickhouse by using commands provided in config.xml (commented) and I got the server.key and server.crt file and then my expectation is my clickhouse-client should be able to connect to clickhouse-server securely, but I got this error Code: 210. DB::NetException: SSL Exception: error:14000086:SSL routines::certificate verify failed
Then, I have successfully connected to the clickhouse-server though by un-commenting <name>AcceptCertificateHandler</name> but it's not practical. is there more elegant way using this role to config it in playbook ? thank you
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I tried to apply ssl to clickhouse by using commands provided in
config.xml
(commented) and I got theserver.key
andserver.crt
file and then my expectation is my clickhouse-client should be able to connect to clickhouse-server securely, but I got this errorCode: 210. DB::NetException: SSL Exception: error:14000086:SSL routines::certificate verify failed
Then, I have successfully connected to the clickhouse-server though by un-commenting
<name>AcceptCertificateHandler</name>
but it's not practical. is there more elegant way using this role to config it in playbook ? thank youThe text was updated successfully, but these errors were encountered: