[ 
https://issues.apache.org/jira/browse/THRIFT-2113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Robakowski updated THRIFT-2113:
-------------------------------------

    Attachment: thrift-2113_erlang-ssl-socket-support.patch
    
> Erlang SSL Socket Support
> -------------------------
>
>                 Key: THRIFT-2113
>                 URL: https://issues.apache.org/jira/browse/THRIFT-2113
>             Project: Thrift
>          Issue Type: New Feature
>          Components: Erlang - Library
>            Reporter: David Robakowski
>              Labels: ssl
>         Attachments: thrift-2113_erlang-ssl-socket-support.patch
>
>
> The attached patch provides the SSL functionality through wrapping the 
> previous established gen_tcp socket connection and upgrading it to an SSL 
> socket. The newly introduced option list values:
> {code}...
>  {ssltransport, true}
> ,{ssloptions, [1]}
> ...
> {code} are mandatory for a server or client that will use SSL.
> [1] [Erlang SSL Docs for more details|http://erlang.org/doc/man/ssl.html]

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