Software /
code /
prosody
Changeset
4086:c51737e6b445
prosody.cfg.lua.dist: Add note about the require_encryption options
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Fri, 07 Jan 2011 04:32:27 +0000 |
parents | 4085:7699cef04740 |
children | 4087:e239504d8fff |
files | prosody.cfg.lua.dist |
diffstat | 1 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/prosody.cfg.lua.dist Fri Jan 07 04:22:28 2011 +0000 +++ b/prosody.cfg.lua.dist Fri Jan 07 04:32:27 2011 +0000 @@ -89,7 +89,12 @@ certificate = "certs/localhost.cert"; } --- Require encryption on client/server connections? +-- Only allow encrypted streams? Encryption is already used when +-- available. These options will cause Prosody to deny connections that +-- are not encrypted. Note that some servers do not support s2s +-- encryption or have it disabled, including gmail.com and Google Apps +-- domains. + --c2s_require_encryption = false --s2s_require_encryption = false