-
Type:
New Feature
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 0.10.0
-
Component/s: Erlang - Library
-
Labels:
-
Patch Info:Patch Available
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.