tags:

views:

28

answers:

1

Hi all,

We would like to protect the Cassandra against man-in-the-middle attacks. Is there any way to configure Cassandra in a way that the client-server and server-server (replication) communications are SSL encrypted?

thank you

A: 

short answer: no :)

For client - server : THRIFT-151

Edit: You might want to follow this thread on the ML

Schildmeijer