mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
prosody.cfg.lua.dist: Set c2s_require_encryption = true
This commit is contained in:
parent
2a7c458b2f
commit
e6e0a05efa
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue