prosody.cfg.lua.dist
changeset 12336 0d245034600a
parent 12331 4d6f4f6d0814
child 12338 e621bb7bb623
--- a/prosody.cfg.lua.dist	Thu Feb 10 17:15:55 2022 +0100
+++ b/prosody.cfg.lua.dist	Mon Feb 14 15:58:08 2022 +0000
@@ -105,16 +105,6 @@
 -- For more information see https://prosody.im/doc/creating_accounts
 allow_registration = false
 
--- Force clients to use encrypted connections? This option will
--- prevent clients from authenticating unless they are using encryption.
-
-c2s_require_encryption = true
-
--- Force servers to use encrypted connections? This option will
--- prevent servers from authenticating unless they are using encryption.
-
-s2s_require_encryption = true
-
 -- Force certificate authentication for server-to-server connections?
 
 s2s_secure_auth = false