SslConfig
class SslConfig
SSL/TLS configuration for encrypted connections to ScyllaDB.
Enable with ssl { enabled = true; trustStorePath = "..." } for one-way TLS. Add keyStorePath for mutual TLS (client certificate authentication).
SSL/TLS configuration for encrypted connections to ScyllaDB.
Enable with ssl { enabled = true; trustStorePath = "..." } for one-way TLS. Add keyStorePath for mutual TLS (client certificate authentication).