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

Commits on Aug 24, 2022

  1. Add proxy to cluster TLS support (--cluster-ca-file)

    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.
    mpenick committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    b12f488 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7fd1dbc View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Configuration menu
    Copy the full SHA
    46cc3fb View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Configuration menu
    Copy the full SHA
    df190aa View commit details
    Browse the repository at this point in the history