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

Kevin Worth edited comment on THRIFT-1068 at 2/19/11 7:00 PM:
--------------------------------------------------------------

Uploading file TSSLSocket.py, an implementation of TSSLSocket and 
TSSLServerSocket. To use simply import the file and replace calls to TSocket 
and TServerSocket with TSSLSocket and TSSLServerSocket in your program.

      was (Author: ceekay):
    Uploading file TSSLSocket.py, an implementation of TSSLSocket and 
TSSLServerSocket. To use simply replace TSocket and TServerSocket with 
TSSLSocket and TSSLServerSocket in your program.
  
> Python SSL Socket Support
> -------------------------
>
>                 Key: THRIFT-1068
>                 URL: https://issues.apache.org/jira/browse/THRIFT-1068
>             Project: Thrift
>          Issue Type: New Feature
>          Components: Python - Library
>         Environment: Tested under linux including checking against a C++ 
> server with the patches available at THRIFT-151
>            Reporter: Kevin Worth
>              Labels: features, patch
>         Attachments: TSSLSocket.py
>
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> Python makes wrapping sockets in SSL quite easy. The attached patch gets an 
> SSL channel going, though it doesn't have the niceties that it should i.e. so 
> that you can specify SSL parameters in the constructor, etc. However, it gets 
> the job done without much headache.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to