# HG changeset patch # User Matthew Wild # Date 1743611313 -3600 # Node ID 04232123ba66668c58981e982491de38bd336df4 # Parent 363f1e3c900593d1e86eab2ee54dd21a57fb2f43# Parent 83478fc0806bea49aaca4cb995cdacd50bb6e7fc Merge 13.0->trunk diff -r 363f1e3c9005 -r 04232123ba66 util/prosodyctl/check.lua --- a/util/prosodyctl/check.lua Wed Apr 02 17:15:29 2025 +0200 +++ b/util/prosodyctl/check.lua Wed Apr 02 17:28:33 2025 +0100 @@ -1313,7 +1313,7 @@ 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