# HG changeset patch # User Matthew Wild # Date 1743611259 -3600 # Node ID 83478fc0806bea49aaca4cb995cdacd50bb6e7fc # Parent 2cfb6625b6d2d54a0924b9a0ec1fc7eb0e781dcd prosodyctl check certs: Use correct hostname in warning message about HTTPS diff -r 2cfb6625b6d2 -r 83478fc0806b util/prosodyctl/check.lua --- a/util/prosodyctl/check.lua Wed Apr 02 15:54:31 2025 +0200 +++ b/util/prosodyctl/check.lua Wed Apr 02 17:27:39 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