Changeset

12336:a8367f169740

prosody.cfg.lua.dist: Update s2s_secure_auth comment and default
author Matthew Wild <mwild1@gmail.com>
date Mon, 14 Feb 2022 15:59:03 +0000
parents 12335:abfe210adcc4
children 12337:fea2d8fff5c6
files prosody.cfg.lua.dist
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/prosody.cfg.lua.dist	Mon Feb 14 15:51:13 2022 +0000
+++ b/prosody.cfg.lua.dist	Mon Feb 14 15:59:03 2022 +0000
@@ -105,9 +105,10 @@
 -- 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