RE: Issue in internode encryption in cassandra

2016-08-03 Thread Bastien DINE
(prabhkau) Objet : Re: Issue in internode encryption in cassandra Hi, Is any one have any hint regarding node to node encryption . Regards, Ashwini Mhatre From: asmhatre mailto:asmha...@cisco.com>> Reply-To: "user@cassandra.apache.org<mailto:user@cassandra.apache.org&

Re: Issue in internode encryption in cassandra

2016-08-03 Thread Ashwini Mhatre (asmhatre)
Hi, Is any one have any hint regarding node to node encryption . Regards, Ashwini Mhatre From: asmhatre mailto:asmha...@cisco.com>> Reply-To: "user@cassandra.apache.org" mailto:user@cassandra.apache.org>> Date: Monday, 25 July 2016 at 4:15 PM To: "user@cassandr

Re: Issue in internode encryption in cassandra

2016-07-25 Thread Nate McCall
> > > I am using internode encryption in cassandra, with self signed CA it works fine. but with other product CA m getting this error "Filtering out TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA as it isnt supported by the socket” > You've specified ECDHE_RSA as the cypher.

Re: Issue in internode encryption in cassandra

2016-07-25 Thread Eric Stevens
Those ciphers are not available on Java 6, on the off chance that you're trying to run Cassandra on that (you'll run into other troubles). The more likely problem is that I think those ciphers are only available if you install the Unlimited Strength JCE policy files in your JVM on each node. Doub