node-cassandra-cql
node-cassandra-cql copied to clipboard
Support secure connections to Cassandra
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
:+1:
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)!
Highly desirable feature.