diff --git a/etc/emq.conf b/etc/emq.conf index 3eddac216..684dbf328 100644 --- a/etc/emq.conf +++ b/etc/emq.conf @@ -236,7 +236,7 @@ node.crash_dump = {{ platform_log_dir }}/crash.dump ## Value: Enum ## - inet_tcp: the default; handles TCP streams with IPv4 addressing. ## - inet6_tcp: handles TCP with IPv6 addressing. -## - inet_ssl: using SSL for Erlang Distribution. +## - inet_tls: using TLS for Erlang Distribution. ## ## vm.args: -proto_dist inet_tcp node.proto_dist = inet_tcp diff --git a/priv/emq.schema b/priv/emq.schema index 969e803ba..169445005 100644 --- a/priv/emq.schema +++ b/priv/emq.schema @@ -171,7 +171,7 @@ end}. %% @doc The erlang distributed protocol {mapping, "node.proto_dist", "vm_args.-proto_dist", [ {default, "inet_tcp"}, - {datatype, {enum, [inet_tcp, inet6_tcp, inet_ssl]}}, + {datatype, {enum, [inet_tcp, inet6_tcp, inet_tls]}}, hidden ]}.