Skip to content
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

Add proxy to cluster TLS support (--cluster-ca-file) #103

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

mpenick
Copy link
Contributor

@mpenick mpenick commented Aug 24, 2022

Adds basic support for proxy to cluster TLS. Use --cluster-ca-file to
enable. To use a client certificate use --cluster-cert-file and
--cluster-key-file. This is useful for Cassandra clusters that use
TLS.

Adds basic support for proxy to cluster TLS. Use `--cluster-ca-file` to
enable. To use a client certificate use `--cluster-cert-file` and
`--cluster-key-file`. This is useful for Cassandra clusters that use
TLS.
This was referenced Aug 24, 2022
@kamek-pf
Copy link

Hey there, thanks for looking into this !
Running this command:

./cql-proxy \
    --contact-points=subdomain.amazonaws.com \
    --username "something" \
    --password "something" \
    --port 9142 \
    --cluster-ca-file="/path/to/sf-class2-root.crt"

still gives me the following error:
cql-proxy: error: unable to connect to cluster context deadline exceeded

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants