Software /
code /
prosody
Changeset
11367:9525c4b4e5de
mod_s2s: Clarify comment about unused TLS settings
Ref 115b5e32d960
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 06 Feb 2021 21:40:21 +0100 |
parents | 11366:618ab9bba1c2 |
children | 11368:0bc3acf37428 |
files | plugins/mod_s2s.lua |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/mod_s2s.lua Fri Feb 05 16:14:06 2021 +0100 +++ b/plugins/mod_s2s.lua Sat Feb 06 21:40:21 2021 +0100 @@ -802,7 +802,9 @@ listener = listener; default_port = 5269; encryption = "starttls"; - ssl_config = { -- FIXME This is not used atm, see mod_tls + ssl_config = { + -- FIXME This only applies to Direct TLS, which we don't use yet. + -- This gets applied for real in mod_tls verify = { "peer", "client_once", }; }; multiplex = {