From 2c9c0fab32be47b60c9fd79c3b26d7861f28cfc0 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Sun, 29 Oct 2023 21:31:07 +0100 Subject: core.certmanager: Tweak log level of message about SNI being required Everything supports SNI today, so this is not useful information. --- core/certmanager.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/certmanager.lua b/core/certmanager.lua index a4acb0a0..183680ee 100644 --- a/core/certmanager.lua +++ b/core/certmanager.lua @@ -322,7 +322,7 @@ local function create_context(host, mode, ...) if mode == "server" then if not user_ssl_config.certificate then - log("info", "No certificate present in SSL/TLS configuration for %s. SNI will be required.", host); + log("debug", "No certificate present in SSL/TLS configuration for %s. SNI will be required.", host); end if user_ssl_config.certificate and not user_ssl_config.key then return nil, "No key present in SSL/TLS configuration for "..host; end end -- cgit v1.2.3