Skip to content

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

Open
mpenick wants to merge 4 commits into
mainfrom
cluster-tls
Open

Add proxy to cluster TLS support (--cluster-ca-file)#103
mpenick wants to merge 4 commits into
mainfrom
cluster-tls

Conversation

@mpenick

@mpenick mpenick commented Aug 24, 2022

Copy link
Copy Markdown
Collaborator

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.

Michael Penick added 2 commits August 24, 2022 09:56
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
Copy Markdown

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

@CLAassistant

CLAassistant commented Sep 1, 2026

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
0 out of 2 committers have signed the CLA.

❌ Michael Penick
❌ pravinbhat


Michael Penick seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

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.

4 participants