mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-29 12:47:02 +00:00
Scylla doesn't allow unencrypted connections over encrypted CQL ports (Cassandra does allow this, by setting "optional: true", but it's not secure and not recommended). Here we add a test that in indeed, we can't connect to an SSL port using an unencrypted connection. The test passes on Scylla, and also on Cassandra (run it on Cassandra with "test/cql-pytest/run-cassandra --ssl" - for which we added support in a recent patch). Signed-off-by: Nadav Har'El <nyh@scylladb.com> Message-Id: <20210629121514.541042-1-nyh@scylladb.com>