aboutsummaryrefslogtreecommitdiffstats
path: root/prosody.cfg.lua.dist
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2013-08-29 11:59:27 +0100
committerMatthew Wild <mwild1@gmail.com>2013-08-29 11:59:27 +0100
commite6e0a05efa00c9fe22eca554c9dae23a361b182e (patch)
tree2a2b54b0b161e799416583d1b1404b438fba873d /prosody.cfg.lua.dist
parent2a7c458b2f21f37a447c7e6dad76c65efc07d4f1 (diff)
downloadprosody-e6e0a05efa00c9fe22eca554c9dae23a361b182e.tar.gz
prosody-e6e0a05efa00c9fe22eca554c9dae23a361b182e.zip
prosody.cfg.lua.dist: Set c2s_require_encryption = true
Diffstat (limited to 'prosody.cfg.lua.dist')
-rw-r--r--prosody.cfg.lua.dist2
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