Re: Enabling SSL on a live cluster

2021-11-12 Thread Shaurya Gupta
Hi Kiran I think you are right. 3.x does not have such an option in cassandra.yaml! Thanks! Shaurya On Sat, Nov 13, 2021 at 8:42 AM Kiran mk wrote: > Hi Andy, > > Internode encryption is not possible without downtime prior to Apache > Cassandra 4.0.As there is no optional option before 4.0

Re: Enabling SSL on a live cluster

2021-11-12 Thread Kiran mk
Hi Andy, Internode encryption is not possible without downtime prior to Apache Cassandra 4.0.As there is no optional option before 4.0 under server_encryption_options, If you try to enable it, cassandra running on version 3.x wouldn't start as the property isnt available. optional is only avai

Re: Enabling SSL on a live cluster

2021-11-12 Thread Shaurya Gupta
Thanks Andy! It was very helpful. On Wed, Nov 10, 2021 at 12:04 PM Tolbert, Andy wrote: > Hi Shaurya, > > On Tue, Nov 9, 2021 at 11:57 PM Shaurya Gupta > wrote: > >> Hi, >> >> We want to enable node-to-node SSL on a live cluster. Could it be done >> without any down time ? >> > > Yup, this is d

Re: Enabling SSL on a live cluster

2021-11-09 Thread Tolbert, Andy
Hi Shaurya, On Tue, Nov 9, 2021 at 11:57 PM Shaurya Gupta wrote: > Hi, > > We want to enable node-to-node SSL on a live cluster. Could it be done > without any down time ? > Yup, this is definitely doable for both internode and client connections. You will have to bounce your cassandra nodes, b

Enabling SSL on a live cluster

2021-11-09 Thread Shaurya Gupta
Hi, We want to enable node-to-node SSL on a live cluster. Could it be done without any down time ? Would the nodes which have been restarted be able to communicate with the nodes which have not yet come up and vice versa ? Regards -- Shaurya Gupta