Open
Description
Proposal
Currently, the Cassandra testcontainer module doesn't provide native support for TLS/SSL connections. This enhancement proposes implementing TLS support to make the module more useful for testing secure connections and configurations.
Use Case
When testing applications that connect to Cassandra via secure TLS connections, developers need to set up a test environment that mimics production security settings. Adding TLS support to the testcontainer would allow developers to:
- Test client applications against a TLS-enabled Cassandra instance
- Verify connection security settings
- Test client certificate authentication
- Ensure connection strings and configurations work correctly with encryption