Re: Controlling cipher suites for TLS 1.3 on Cassandra 4

2022-12-21 Thread Fleming, Jackson
Hey Amit, I’ve tried now with Cassandra built from source and running on my laptop, and it behaves as expected (I can toggle ciphers on 1.3) must be something wrong in my container setup. Thanks for the help there! Sorry for the noise Jackson From: Amit Patel

RE: Controlling cipher suites for TLS 1.3 on Cassandra 4

2022-12-21 Thread Amit Patel via user
Ah that make sense. I am not using containers, all I did was restrict at java level TLS and configured cipher in Cassandra.yaml (that only support TLS 1.3). Here is my logs: INFO [main] 2022-12-20 16:04:46,246 SSLFactory.java:521 - Internode messaging enabled TLS protocols: TLSv1.2, TLSv1.3 IN