diff --git a/conf/cassandra.yaml b/conf/cassandra.yaml index 2f64b7e54e..c61194abd5 100644 --- a/conf/cassandra.yaml +++ b/conf/cassandra.yaml @@ -1813,6 +1813,9 @@ server_encryption_options: require_endpoint_verification: false # More advanced defaults: # protocol: TLS + # accepted_protocols: [ + # TLSv1.2, TLSv1.1 + # ] # store_type: JKS # cipher_suites: [ # TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, @@ -1874,6 +1877,9 @@ client_encryption_options: #truststore_password_file: conf/truststore_passwordfile.txt # More advanced defaults: # protocol: TLS + # accepted_protocols: [ + # TLSv1.2, TLSv1.1 + # ] # store_type: JKS # cipher_suites: [ # TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,