mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 13:47:41 +03:00
mod_s2s: Clarify comment about unused TLS settings
Ref 115b5e32d960
This commit is contained in:
parent
fdacac857f
commit
cd1aadb52e
1 changed files with 3 additions and 1 deletions
|
@ -802,7 +802,9 @@ module:provides("net", {
|
||||||
listener = listener;
|
listener = listener;
|
||||||
default_port = 5269;
|
default_port = 5269;
|
||||||
encryption = "starttls";
|
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", };
|
verify = { "peer", "client_once", };
|
||||||
};
|
};
|
||||||
multiplex = {
|
multiplex = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue