From df608188836967d8eac9d651ab6bc980a8eca29b Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Mon, 16 Oct 2023 14:32:38 +0200 Subject: [PATCH] Example configuration: Clarify direct TLS listener The ejabberd_c2s listener for port 5223 is meant to support direct TLS access rather than STARTTLS. Therefore, remove the 'starttls_required' option, which had no effect. --- ejabberd.yml.example | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ejabberd.yml.example b/ejabberd.yml.example index 8eb038dd0..56ce5b34e 100644 --- a/ejabberd.yml.example +++ b/ejabberd.yml.example @@ -36,12 +36,11 @@ listen: - port: 5223 ip: "::" - tls: true module: ejabberd_c2s max_stanza_size: 262144 shaper: c2s_shaper access: c2s - starttls_required: true + tls: true - port: 5269 ip: "::"