RE: Controlling cipher suites for TLS 1.3 on Cassandra 4

2022-12-21 Thread Amit Patel via user
es to control cipher suites, as we run Cassandra containers, and we usually bake those into the containers, so that'd be a configuration nightmare for us. Jackson From: Amit Patel via user mailto:user@cassandra.apache.org>> Date: Tuesday, 20 December 2022 at 11:59 pm To: user@cassand

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

RE: Cassandra 4.0.7 - issue - service not starting

2022-12-09 Thread Amit Patel via user
RSA keySize < 2048, TLSv1, TLSv1.1 (changed to this) From: Amit Patel via user Sent: 09 December 2022 09:29 To: user@cassandra.apache.org Subject: RE: Cassandra 4.0.7 - issue - service not starting CAUTION: This email comes from outside Euroclear! Be vigilant! I found one of the link same issu

RE: Cassandra 4.0.7 - issue - service not starting

2022-12-09 Thread Amit Patel via user
com/jsevellec/cassandra-unit/issues/334?fg_force_rendering_mode=Images&fireglass_rsn=true#fireglass_params&tabid=a30b39ef4f16b274&start_with_session_counter=3&application_server_address=euroclear7.prod.fire.glass> From: Amit Patel via user Sent: 08 December 2022 17:57 To: Jeff J

RE: Cassandra 4.0.7 - issue - service not starting

2022-12-08 Thread Amit Patel via user
.7 - issue - service not starting CAUTION: This email comes from outside Euroclear! Be vigilant! What version of java are you using? On Thu, Dec 8, 2022 at 8:07 AM Amit Patel via user mailto:user@cassandra.apache.org>> wrote: Hi, I have installed cassandra-4.0.7-1.noarch - repo

RE: Cassandra 4.0.7 - issue - service not starting

2022-12-08 Thread Amit Patel via user
e is a tab character in the yaml file. Yaml is (too) picky on these things. Sean R. Durity DB Solutions Staff Systems Engineer – Cassandra From: Amit Patel via user mailto:user@cassandra.apache.org>> Sent: Thursday, December 8, 2022 11:38 AM To: Arvydas Jonusonis mailto:arvydas.jonuso...@

RE: Cassandra 4.0.7 - issue - service not starting

2022-12-08 Thread Amit Patel via user
ndra.apache.org; Amit Patel Subject: Re: Cassandra 4.0.7 - issue - service not starting CAUTION: This email comes from outside Euroclear! Be vigilant! Amit, W/ould you be able to provide the full stacktrace? Arvydas On Thu, Dec 8, 2022 at 8:07 AM Amit Patel via user mailto:user@cassandra

Cassandra 4.0.7 - issue - service not starting

2022-12-08 Thread Amit Patel via user
Hi, I have installed cassandra-4.0.7-1.noarch - repo ( baseurl=https://redhat.cassandra.apache.org/40x/noboolean/) on Redhat 7.9. We have configured the below properties in cassandra.yaml Basic Parameters configured in /etc/cassandra/conf/cassandra.yaml" cluster_name: 'CDBCluster' seed_prov

RE: RPM Installation on RHEL7 broken

2022-08-09 Thread Amit Patel via user
rch cassandra-tools-4.0.4-1.noarch On Tue, Aug 9, 2022 at 3:48 PM Amit Patel via user mailto:user@cassandra.apache.org>> wrote: Hi Stephane, I have followed same instruction but new rpm version 4.0.5 is broken(bug) and there are no other package on that repo (download base url for r

RE: RPM Installation on RHEL7 broken

2022-08-09 Thread Amit Patel via user
yum install cassandra A new Linux user cassandra will get created as part of the installation. The Cassandra service will also be run as this user. 1. Start the Cassandra service: $ sudo service cassandra start Le mar. 9 août 2022, 14:17, Amit Patel via user mailto:user@cassandra.apache.org&g

RPM Installation on RHEL7 broken

2022-08-09 Thread Amit Patel via user
Hi All, We are facing the issue on RHEL7 as well , we have java8 installed on the system but when I tried to install yum install Cassandra or even localinstall(downloaded rpm) gives similar error as below . There are bug report for this issue (CASSANDRA-17765