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

Vijay commented on CASSANDRA-4239:
----------------------------------

Currently to use the transport factory the user has to use -tr 
org.apache.cassandra.cli.transport.SSLTransportFactory in the clients 
(including stress tool), but if we rename in stress the user has to use 
org.apache.cassandra.cli.transport.SSLTransportFactory for cli and everything 
else except cassandra-stress.

Plz look at Session.java

{code}
            if (cmd.hasOption("tf"))
                transportFactory = 
validateAndSetTransportFactory(cmd.getOptionValue("tf"));
{code}

I am open for other idea's or forcing the user to have this exception 
(documenting it?), let me know. Thanks!
                
> Support Thrift SSL socket
> -------------------------
>
>                 Key: CASSANDRA-4239
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4239
>             Project: Cassandra
>          Issue Type: New Feature
>          Components: API
>            Reporter: Jonathan Ellis
>            Assignee: Jason Brown
>            Priority: Minor
>             Fix For: 1.2.1
>
>         Attachments: 
> 0001-CASSANDRA-4239-Support-Thrift-SSL-socket-both-to-the.patch, 
> 0001-CASSANDRA-4239-v3.patch, 0002-CASSANDRA-4239-Support-Thrift-SSL.patch
>
>
> Thrift has supported SSL encryption for a while now (THRIFT-106); we should 
> allow configuring that in cassandra.yaml

--
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