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

Olivier Van Acker edited comment on THRIFT-2204 at 9/23/13 11:14 AM:
---------------------------------------------------------------------

This is not a duplicate of THRIFT-2141. Although it also offer support for SSL 
THRIFT-2141 uses the existing TSocketClient. This patch creates a separate 
TSSLSocketClient class in the same way other libraries are doing it. I've also 
added a TSSLSocketException class (inherits TTransportException) since SSL can 
be a bit tricky to setup, it is worth having very explicit exceptions with 
clear error messages.
                
      was (Author: cyberroadie):
    This is not a duplicate of THRIFT-2141. Although it also offer support for 
SSL THRIFT-2141 uses the existing TSocketClient. This patch creates a separate 
TSSLSocketClient class in the same way other libraries are doing it. As added 
functionality I've also added a TSSLSocketException since SSL can be a but 
tricky to setup, it is worth having very explicit exceptions with clear error 
messages.
                  
> SSL client for the cocoa client
> -------------------------------
>
>                 Key: THRIFT-2204
>                 URL: https://issues.apache.org/jira/browse/THRIFT-2204
>             Project: Thrift
>          Issue Type: Improvement
>          Components: Cocoa - Library
>    Affects Versions: 0.9.1
>            Reporter: Olivier Van Acker
>             Fix For: 1.0
>
>         Attachments: thrift-2204-SSL_client_for_the_cocoa_client.patch
>
>
> The cocoa library doesn't have a SSL transport client (TSSLSocketClient) 
> needed for secure connections

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