Comparison

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
comparison
equal deleted inserted replaced
5805:11b6157ee274 5806:c914f4322581
92 } 92 }
93 93
94 -- Force clients to use encrypted connections? This option will 94 -- Force clients to use encrypted connections? This option will
95 -- prevent clients from authenticating unless they are using encryption. 95 -- prevent clients from authenticating unless they are using encryption.
96 96
97 c2s_require_encryption = false 97 c2s_require_encryption = true
98 98
99 -- Force certificate authentication for server-to-server connections? 99 -- Force certificate authentication for server-to-server connections?
100 -- This provides ideal security, but requires servers you communicate 100 -- This provides ideal security, but requires servers you communicate
101 -- with to support encryption AND present valid, trusted certificates. 101 -- with to support encryption AND present valid, trusted certificates.
102 -- NOTE: Your version of LuaSec must support certificate verification! 102 -- NOTE: Your version of LuaSec must support certificate verification!