Re: Client traffic encryption best practices....

2011-08-12 Thread Jeremy Hanna
Vijay made a good point off list, thrift-106 is about Java support, but other languages have been implemented or at least have tickets to follow for them: Python support (thrift 0.7): https://issues.apache.org/jira/browse/THRIFT-1068 C++ support (thrift 0.7): https://issues.apache.org/jira/brows

Re: Client traffic encryption best practices....

2011-08-12 Thread Eric Evans
On Fri, 2011-08-12 at 09:39 -0500, Jeremy Hanna wrote: > In the future, I wonder if the CQL driver level is the right place for > client encryption. If/when a custom transport is written, that would be on the list, yeah. -- Eric Evans eev...@rackspace.com

Re: Client traffic encryption best practices....

2011-08-12 Thread Jeremy Hanna
Yes - that ticket was done by Nirmal Ranganathan for the intention of getting support in Cassandra. That's just for a java client though. In the future, I wonder if the CQL driver level is the right place for client encryption. On Aug 11, 2011, at 11:26 PM, Vijay wrote: > https://issues.apach

Re: Client traffic encryption best practices....

2011-08-11 Thread Vijay
https://issues.apache.org/jira/browse/THRIFT-106 seems to be the right way to go but the cassandra server needs to support too which we might want to add Regards, On Thu, Aug 11, 2011 at 2:54 PM, Chris Marino wrote: > Hello, is there any consensus on how to secure client/cluster > co

Client traffic encryption best practices....

2011-08-11 Thread Chris Marino
Hello, is there any consensus on how to secure client/cluster communications??? I'm running an 8 node cluster across EC2 regions. I'm running inter-node encryption and I want to encrypt the traffic from the clients as well. My options seem to be: Have the client connect to only one node and enc