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

Jens Geyer commented on THRIFT-2109:
------------------------------------

{quote}
Also, for the testing, should I just add those to the server_test.go, I don't 
see specific test files for the sockets?
{quote}

protocol_test.go has a function ReadWriteProtocolTest(), the main code to test 
protocols and transports is implemented there. I would try to integrate it 
there.

{quote}
For the tutorial code, should I add something like a command line argument 
where you could switch between the secure and normal versions of the client and 
server?
{quote}

Have a look at the tutorial main.go file. There are a bunch of cmdline switches 
already, just follow the existing design. 


                
> Secure connections should be supported in Go
> --------------------------------------------
>
>                 Key: THRIFT-2109
>                 URL: https://issues.apache.org/jira/browse/THRIFT-2109
>             Project: Thrift
>          Issue Type: Improvement
>          Components: Go - Library
>    Affects Versions: 0.9
>            Reporter: Justin Judd
>              Labels: Security
>         Attachments: go_tsl.patch
>
>
> Other languages, such as Java and C++ support SSLSockets 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