Uploaded image for project: 'Thrift'
  1. Thrift
  2. THRIFT-2113

Erlang SSL Socket Support

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.10.0
    • Erlang - Library
    • Patch Available

    Description

      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:

      ...
       {ssltransport, true}
      ,{ssloptions, [1]}
      ...
      

      are mandatory for a server or client that will use SSL.

      [1] Erlang SSL Docs for more details

      Attachments

        Activity

          People

            drobakowski David Robakowski
            drobakowski David Robakowski
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: