commit f01cfe5c4b96789d62e0c38be9972b44a83e5c51 parent 8a3a318bfdd3f29c2ddb409e0be66a855085e188 Author: MTRNord <mtrnord1@gmail.com> Date: Thu, 16 May 2024 22:00:31 +0200 Fix tls Diffstat:
| M | apps/base/ejabberd/release.yaml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apps/base/ejabberd/release.yaml b/apps/base/ejabberd/release.yaml @@ -20,7 +20,7 @@ spec: protocol: TCP c2s: options: - starttls_required: true + starttls: true s2s: options: starttls: true