diff options
author | Matthew Wild <mwild1@gmail.com> | 2025-04-02 17:28:33 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2025-04-02 17:28:33 +0100 |
commit | e19a4891fcfcd7d5c3e43c1ac93895a06a316697 (patch) | |
tree | 75045e763b78a33fdc8e13e396c5fef3ee5af65a | |
parent | 99a70ea86eaadb90128b5ded4e6e8a7603beb34f (diff) | |
parent | 3acd17a59eff97d32a1fa75fc8d0876fee7b5e54 (diff) | |
download | prosody-e19a4891fcfcd7d5c3e43c1ac93895a06a316697.tar.gz prosody-e19a4891fcfcd7d5c3e43c1ac93895a06a316697.zip |
Merge 13.0->trunk
-rw-r--r-- | util/prosodyctl/check.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 |