Software /
code /
prosody
Comparison
prosody.cfg.lua.dist @ 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 |
parent | 12335:abfe210adcc4 |
child | 12337:fea2d8fff5c6 |
comparison
equal
deleted
inserted
replaced
12335:abfe210adcc4 | 12336:a8367f169740 |
---|---|
103 | 103 |
104 -- Disable account creation by default, for security | 104 -- Disable account creation by default, for security |
105 -- For more information see https://prosody.im/doc/creating_accounts | 105 -- For more information see https://prosody.im/doc/creating_accounts |
106 allow_registration = false | 106 allow_registration = false |
107 | 107 |
108 -- Force certificate authentication for server-to-server connections? | 108 -- Require valid certificates for server-to-server connections? |
109 | 109 -- If false, other methods such as dialback (DNS) may be used instead. |
110 s2s_secure_auth = false | 110 |
111 s2s_secure_auth = true | |
111 | 112 |
112 -- Some servers have invalid or self-signed certificates. You can list | 113 -- Some servers have invalid or self-signed certificates. You can list |
113 -- remote domains here that will not be required to authenticate using | 114 -- remote domains here that will not be required to authenticate using |
114 -- certificates. They will be authenticated using DNS instead, even | 115 -- certificates. They will be authenticated using DNS instead, even |
115 -- when s2s_secure_auth is enabled. | 116 -- when s2s_secure_auth is enabled. |