Software /
code /
prosody
Diff
prosody.cfg.lua.dist @ 5806:c914f4322581
prosody.cfg.lua.dist: Set c2s_require_encryption = true
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Thu, 29 Aug 2013 11:59:27 +0100 |
parent | 5624:187f734bc996 |
child | 6037:7bbe22d8dd09 |
line wrap: on
line diff
--- a/prosody.cfg.lua.dist Sat Aug 24 23:16:08 2013 +0100 +++ b/prosody.cfg.lua.dist Thu Aug 29 11:59:27 2013 +0100 @@ -94,7 +94,7 @@ -- Force clients to use encrypted connections? This option will -- prevent clients from authenticating unless they are using encryption. -c2s_require_encryption = false +c2s_require_encryption = true -- Force certificate authentication for server-to-server connections? -- This provides ideal security, but requires servers you communicate