mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
Improve warning message
This commit is contained in:
parent
6d9be82e1b
commit
12691e738b
@ -573,12 +573,14 @@ request_on_start() ->
|
||||
case have_acme_listener() of
|
||||
true -> {true, Hosts};
|
||||
false ->
|
||||
?INFO_MSG("No HTTP listeners for ACME challenges "
|
||||
"are configured, automatic "
|
||||
"certificate requests are aborted. Hint: "
|
||||
"configure the listener and run "
|
||||
"`ejabberdctl request-certificate all`",
|
||||
[]),
|
||||
?WARNING_MSG(
|
||||
"No HTTP listeners for ACME challenges "
|
||||
"are configured, automatic "
|
||||
"certificate requests are aborted. Hint: "
|
||||
"configure the listener and restart/reload "
|
||||
"ejabberd. Or set acme->auto option to "
|
||||
"`false` to suppress this warning.",
|
||||
[]),
|
||||
false
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user