aboutsummaryrefslogtreecommitdiffstats
path: root/prosody.cfg.lua.dist
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2022-02-14 15:59:03 +0000
committerMatthew Wild <mwild1@gmail.com>2022-02-14 15:59:03 +0000
commit274b2a0249d921f2cb98874073f60ea360159af4 (patch)
tree1e6919b8b395520783f5aa73b4fb8c6d8a25f6ea /prosody.cfg.lua.dist
parentc67bda6d514dac370315e64e582afd9a8966c028 (diff)
downloadprosody-274b2a0249d921f2cb98874073f60ea360159af4.tar.gz
prosody-274b2a0249d921f2cb98874073f60ea360159af4.zip
prosody.cfg.lua.dist: Update s2s_secure_auth comment and default
Diffstat (limited to 'prosody.cfg.lua.dist')
-rw-r--r--prosody.cfg.lua.dist5
1 files changed, 3 insertions, 2 deletions
diff --git a/prosody.cfg.lua.dist b/prosody.cfg.lua.dist
index 35aa0065..844c0f8a 100644
--- a/prosody.cfg.lua.dist
+++ b/prosody.cfg.lua.dist
@@ -105,9 +105,10 @@ modules_disabled = {
-- For more information see https://prosody.im/doc/creating_accounts
allow_registration = false
--- Force certificate authentication for server-to-server connections?
+-- Require valid certificates for server-to-server connections?
+-- If false, other methods such as dialback (DNS) may be used instead.
-s2s_secure_auth = false
+s2s_secure_auth = true
-- Some servers have invalid or self-signed certificates. You can list
-- remote domains here that will not be required to authenticate using