Connecting Redash to ClickHouse with SSL #6984
Unanswered
matthieukhl
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I’m having trouble establishing a secure connection between Redash and ClickHouse using SSL.
Here’s a summary of my setup and the issue I’m facing:
Setup
Docker-Compose Configuration
Environment file (.env)
Connection String in Redash
Issue :
I am able to start the Redash services without any issues.
The SSL certificates are mounted correctly in the /SSL directory within the Docker container.
However, when I try to test the connection to ClickHouse from Redash, I get an InvalidSchema error.
I have verified that the certificates and keys are present and correctly mounted in the container. Despite this, I am unable to establish a secure connection.
Has anyone faced a similar issue or have any suggestions on how to resolve this? Any help would be greatly appreciated!
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions