prosody.cfg.lua.dist: Set c2s_require_encryption = true
authorMatthew Wild <mwild1@gmail.com>
Thu, 29 Aug 2013 10:59:27 +0000 (11:59 +0100)
committerMatthew Wild <mwild1@gmail.com>
Thu, 29 Aug 2013 10:59:27 +0000 (11:59 +0100)
prosody.cfg.lua.dist

index 30221da92e23be54076842114f3063f3c8d0caa1..1d11a658ae951b4eb6249d9e34d728d215a2101d 100644 (file)
@@ -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