Re: Most stable version?

2016-04-22 Thread Jason Williams
t; Regards, > > Carlos Juzarte Rolo > Cassandra Consultant / Datastax Certified Architect / Cassandra MVP > > Pythian - Love your data > > rolo@pythian | Twitter: @cjrolo | Linkedin: linkedin.com/in/carlosjuzarterolo > Mobile: +351 91 891 81 00 | Tel: +1 613 565 8696 x1

Re: Most stable version?

2016-04-22 Thread Jason Williams
My reading of the tick-rock cycle, is that we've moved from a stable train that receives mostly bug fixes until the next major stable, to one where every odd minor version is a bug fix-only...likely mostly for the previous even. The goal being a relatively continuously stable code base in odd mi

Re: Optional TLS CQL Encryption

2016-04-20 Thread Jason Williams
Hi Sam, That's exactly what I was hoping for, but couldn't find in the docs. Thank you very much! -J Sent via iPhone > On Apr 20, 2016, at 02:05, Sam Tunnicliffe wrote: > > From 3.0, separate ports can be configured for encrypted & non-encrypted > connections. > See https://issues.apache.o

Re: Cassandra security using openssl or keytool

2015-10-29 Thread Jason Williams
Because when you use keytool it stores the generated private key in the keystore and tags it waiting for the certificate. Then when you import the issued certificate it is paired in the same record with the key. It's a real pain to get OpenSSL encoded private keys into a keytool keystore. Don't

Verifying internode SSL

2015-10-13 Thread Jason Williams
Hi Guys, I've configured internode SSL and set it to be used between datacenters only. Is there a way in the logs to verify SSL is operating between nodes in different DCs or do I need to break out tcpdump? Thank you in advance. -J Sent via iPhone