Re: Controlling cipher suites for TLS 1.3 on Cassandra 4

2022-12-20 Thread Fleming, Jackson
Thanks Amit, Ah ha, I was testing something similar before on Cassandra 3.11 which had those JRE settings, I’ve falsely assumed that those settings were present in my Cassandra 4 environment. I’ve added the following to by jre runtime security file. jdk.certpath.disabledAlgorithms=MD2, MD5, SH

Query for Cassandra Driver

2022-12-20 Thread Deepti Sharma S via user
Hello Team, We have an Application following C++98 standard, compiled with gcc version 7.5.0 on SUSE Linux. We are currently using DataStax C/C++ Driver(Version 2.6) and its working fine with application(C++98). Now We have a requirement to update DataStax C/C++ Driver to latest version 2.16. W

RE: Controlling cipher suites for TLS 1.3 on Cassandra 4

2022-12-20 Thread Amit Patel via user
Hi Jackson, I have faced similar issue even if we configure cipher for TLS 1.3 ,I couldn't control cipher, TLS1 and TLS 1.1 was appearing in scan. I had to restrict (secure) at Java security level. -- There are 2 solutions for this: - First would be by configuring the cipher_suites parameter of