David Robakowski created THRIFT-2113:
----------------------------------------
Summary: 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
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