diff options
author | Matthew Wild <mwild1@gmail.com> | 2013-08-29 11:59:27 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2013-08-29 11:59:27 +0100 |
commit | c7bb0ec849b4c54d68cdf4155309ec54514b6a35 (patch) | |
tree | 2a2b54b0b161e799416583d1b1404b438fba873d | |
parent | dc95231f96b825d9bca6eb228e1a3f4edcac244a (diff) | |
download | prosody-c7bb0ec849b4c54d68cdf4155309ec54514b6a35.tar.gz prosody-c7bb0ec849b4c54d68cdf4155309ec54514b6a35.zip |
prosody.cfg.lua.dist: Set c2s_require_encryption = true
-rw-r--r-- | prosody.cfg.lua.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prosody.cfg.lua.dist b/prosody.cfg.lua.dist index 30221da9..1d11a658 100644 --- a/prosody.cfg.lua.dist +++ b/prosody.cfg.lua.dist @@ -94,7 +94,7 @@ ssl = { -- 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 |