Replies: 1 comment
-
Hello @dinchand, SSL should be supported for both cloud and non-cloud connections:
If you still have issues after verifying your configuration file is correct, do not hesitate to open an issue with details enough to investigate (JDBC URL you use, your configuration file (at least the SSL configuration part - redacted possible sensitive data), error(s) you get, ...). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to use the driver to run liquibase for cassandra on our on-premise . However the
enableSsl
is dropped if I use aconfigFile
. Also if I do not use a config file the I see the following in the codeSo, is my understanding right that the case for SSL for non-cloud is not supported yet ?
Beta Was this translation helpful? Give feedback.
All reactions