node-cassandra-cql icon indicating copy to clipboard operation
node-cassandra-cql copied to clipboard

Support secure connections to Cassandra

Open petetronic opened this issue 12 years ago • 3 comments

Cassandra 1.2.1 added SSL to the binary protocol, it would be useful to have this from Node.JS clients.

https://issues.apache.org/jira/browse/CASSANDRA-5031

petetronic avatar Nov 25 '13 15:11 petetronic

:+1:

jorgebay avatar Nov 25 '13 15:11 jorgebay

Documentation on Cassandra Client-to-node encryption. Also, Node's TLS doc.

It should be straightforward, the only problem I forsee is to create covering tests (as it would require the CI server to enable cassandra with encryption on)!

jorgebay avatar Dec 13 '13 14:12 jorgebay

Highly desirable feature.

jtornblad avatar Apr 28 '14 17:04 jtornblad