mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 05:07:42 +03:00
mod_s2s: Clarify comment about unused TLS settings
Ref 115b5e32d960
This commit is contained in:
parent
b02137ce6b
commit
89064c8cfb
1 changed files with 3 additions and 1 deletions
|
@ -802,7 +802,9 @@ module:provides("net", {
|
|||
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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue