About Erlang system nodes

chandru chandrashekhar.mullaparthi@REDACTED
Fri Mar 24 10:32:08 CET 2006


On 23/03/06, Tony Zheng <tzheng@REDACTED> wrote:
> Hi Chandru
>
> Are there any encrypted mechanisms when Mnesia replicate tables on
> different Erlang nodes? We will put Erlang nodes in different locations
> on internet, we want to know if it is secure for Mnesia to replicate
> tables on internet.
> Thanks.


You can run distributed erlang over SSL. That will encrypt all traffic
between the nodes.
See http://www.erlang.org/doc/doc-5.4.13/lib/ssl-3.0.11/doc/html/usersguide_frame.html
for more info on how to do this.

cheers
Chandru



More information about the erlang-questions mailing list