[ 
https://issues.apache.org/jira/browse/CASSANDRA-5120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13586119#comment-13586119
 ] 

Aleksey Yeschenko commented on CASSANDRA-5120:
----------------------------------------------

All that requireClientAuth(true) does is that it requires clients to use their 
certs when connecting. But if Cassandra does nothing with them (doesn't 
validate or check against the truststore or whatever) - then this patch is 
useless (at least client-to-node part, because require_client_auth seems to 
make a difference for internode ssl).
                
> Add support for SSL sockets to use client certificate authentication.
> ---------------------------------------------------------------------
>
>                 Key: CASSANDRA-5120
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-5120
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 1.2.0
>            Reporter: Steven Franklin
>            Assignee: Steven Franklin
>            Priority: Minor
>             Fix For: 1.2.1
>
>         Attachments: trunk-5120.txt
>
>
> Add an option to EncryptionOptions to require client certication 
> authentication.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to