Re: Controlling cipher suites for TLS 1.3 on Cassandra 4

2022-12-21 Thread Fleming, Jackson
Sent: Wednesday, December 21, 2022 7:26:23 PM To: Fleming, Jackson ; user@cassandra.apache.org Subject: RE: Controlling cipher suites for TLS 1.3 on Cassandra 4 NetApp Security WARNING: This is an external email. Do not click links or open attachments unless you recognize the sender and know

RE: Controlling cipher suites for TLS 1.3 on Cassandra 4

2022-12-21 Thread Amit Patel via user
sed: cipher_suites: [TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_AES_256_GCM_SHA384] Amit From: Fleming, Jackson Sent: 20 December 2022 22:39 To: user@cassandra.apache.org; Amit Patel Subject: Re: Controlling cipher suites for TLS 1.3 on Cassandra 4 CAUT

Re: Controlling cipher suites for TLS 1.3 on Cassandra 4

2022-12-20 Thread Fleming, Jackson
e those into the containers, so that’d be a configuration nightmare for us. Jackson From: Amit Patel via user Date: Tuesday, 20 December 2022 at 11:59 pm To: user@cassandra.apache.org Subject: RE: Controlling cipher suites for TLS 1.3 on Cassandra 4 NetApp Security WARNING: This is an external email. Do

RE: Controlling cipher suites for TLS 1.3 on Cassandra 4

2022-12-20 Thread Amit Patel via user
=SSLv3, DSA, RSA keySize < 2048, TLSv1, TLSv1.1 (changed to this) I hope this can help you to resolve your issue. Kind regards, Amit Patel From: Fleming, Jackson Sent: 20 December 2022 04:17 To: user@cassandra.apache.org Subject: Controlling cipher suites for TLS 1.3 on Cassandra 4 CAUTIO

Controlling cipher suites for TLS 1.3 on Cassandra 4

2022-12-19 Thread Fleming, Jackson
Hi All, I’ve hit some trouble recently around restricting ciphers for clients on a test Cassandra 4.0.4 cluster, we’d like to be able to control the Ciphers offered via Cassandra for both TLS 1.2 and 1.3. Was wondering if anyone has had any luck with getting my particular use case to work. I’v