mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
core.portmanager: Log debug message for each kind of TLS context created
This commit is contained in:
parent
177edb1ea7
commit
d376e9b715
1 changed files with 1 additions and 0 deletions
|
@ -112,6 +112,7 @@ local function activate(service_name)
|
|||
if service_info.encryption == "ssl" then
|
||||
local global_ssl_config = config.get("*", "ssl") or {};
|
||||
local prefix_ssl_config = config.get("*", config_prefix.."ssl") or global_ssl_config;
|
||||
log("debug", "Creating context for direct TLS service %s on port %d", service_info.name, port);
|
||||
ssl, err = certmanager.create_context(service_info.name.." port "..port, "server",
|
||||
prefix_ssl_config[interface],
|
||||
prefix_ssl_config[port],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue