-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problems with AWS Keyspaces #100
Comments
cql-proxy doesn't currently support Proxy <--> Cassandra TLS. It only supports Client <--> Proxy and Proxy <--> Astra TLS. PRs welcome. |
Alright, thanks for the clarification. |
@vittoriocanilli I'm in a similar situation, did you find a solution ? |
Here's a PR that supports Proxy <--> Cassandra TLS: #103. It's not tested yet, but please give it a try! |
@kamek-pf sorry for the very late reply; eventually I have managed to achieve my goal by using a container with HAProxy instead of CqlProxy. |
Hello,
I have a PHP third-party application, which needs to access a Cassandra keyspace and it does not support TLS connections; I have set up a Cassandra keyspace in AWS Keyspaces, which requires TLS connections: therefore I am trying to use this proxy.
After that I have followed these instructions, I managed successfully to connect to my Cassandra keyspace on AWS Keyspaces locally via
cqlsh
.Before configuring your proxy in a Kubernetes container (where the PHP third-party application is running), I am trying to run the
cql-proxy
image for some local tests:Unfortunately this simply returns the following error without further explanation:
Am I missing something in the parameters passed for my test? Has somebody else tested this proxy solution with AWS Keyspaces already? Thanks in advance.
The text was updated successfully, but these errors were encountered: