core/certmanager.lua
changeset 13298 4a05fbda927f
parent 13296 8fbdd878fcf6
child 13307 05c0ac580552
--- a/core/certmanager.lua	Sat Oct 28 13:15:56 2023 +0100
+++ b/core/certmanager.lua	Sun Oct 29 21:31:07 2023 +0100
@@ -322,7 +322,7 @@
 
 	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