Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
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.