Netflix / astyanax

Cassandra Java Client
Apache License 2.0
1.04k stars 355 forks source link

Does astyanax have ability to connect to the nodes if require_client_auth is turned on on the cassandra nodes #506

Closed ssetti closed 10 years ago

ssetti commented 10 years ago

Looking at the SSLConnectionContext, it is set to validate the cert served from the server nodes, and not necessarily supply a client cert. Please correct me if I'm wrong. If it is not supported currently, what will be a recommended way to do it.

ssetti commented 10 years ago

Pull request created, #507