From e4b22e2dc763375030a06cf9bab56c7a038bb81f Mon Sep 17 00:00:00 2001 From: "Zaiming (Stone) Shi" Date: Thu, 23 Jun 2022 08:28:28 +0200 Subject: [PATCH] fix: enable -ssl_dist_optfile option in vm.args by default this config has no effect if inet_tcp is in use --- apps/emqx/etc/vm.args.cloud | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/emqx/etc/vm.args.cloud b/apps/emqx/etc/vm.args.cloud index 2b79b900c..f6733f6d4 100644 --- a/apps/emqx/etc/vm.args.cloud +++ b/apps/emqx/etc/vm.args.cloud @@ -46,7 +46,7 @@ ## Specify SSL Options in the file if using SSL for Erlang Distribution. ## Used only when -proto_dist set to inet_tls -#-ssl_dist_optfile {{ platform_etc_dir }}/ssl_dist.conf +-ssl_dist_optfile {{ platform_etc_dir }}/ssl_dist.conf ## Specifies the net_kernel tick time in seconds. ## This is the approximate time a connected node may be unresponsive until