From 3acd17a59eff97d32a1fa75fc8d0876fee7b5e54 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Wed, 2 Apr 2025 17:27:39 +0100 Subject: prosodyctl check certs: Use correct hostname in warning message about HTTPS --- util/prosodyctl/check.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/prosodyctl/check.lua b/util/prosodyctl/check.lua index 75ff5da4..622e475e 100644 --- a/util/prosodyctl/check.lua +++ b/util/prosodyctl/check.lua @@ -1313,7 +1313,7 @@ local function check(arg) http_loaded = false; end if http_loaded and not x509_verify_identity(http_host, nil, cert) then - print(" Not valid for HTTPS connections to "..host..".") + print(" Not valid for HTTPS connections to "..http_host..".") cert_ok = false end if use_dane then -- cgit v1.2.3