>
If the distributed erlang nodes are run over SSL, it only affects those distributed command like spawn_link. It doesn't affect primitive command like message passing command - '!'. That means if we run distributed Mnesia, it doesn't automatically have encrypted communication between Mnesia nodes even if SSL is employed. Is that correct? Thanks a lot, Renyi.