mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-28 12:17:02 +00:00
This patch adds support for the "--ssl" option in run-cassandra, which will now be able, like run (which runs Scylla), to run Cassandra with listening to a *SSL-encrypted* CQL connection. The "--ssl" option is also passed to the tests, so they know to encrypt their CQL connections. We already had support for this feature in the test/cql-pytest/run script - which runs Scylla. Adding this also to the run-cassandra script can help verify that a behavior we notice in Scylla's SSL support and we want to add to a test - is also shared by Cassandra. Signed-off-by: Nadav Har'El <nyh@scylladb.com> Message-Id: <20210629082532.535229-1-nyh@scylladb.com>