prosodyctl check certs: Use correct hostname in warning message about HTTPS

This commit is contained in:
Matthew Wild 2025-04-02 17:27:39 +01:00
parent c701571b95
commit 3acd17a59e

View file

@ -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