Changeset

13812:04232123ba66

Merge 13.0->trunk
author Matthew Wild <mwild1@gmail.com>
date Wed, 02 Apr 2025 17:28:33 +0100
parents 13810:363f1e3c9005 (current diff) 13811:83478fc0806b (diff)
children 13815:a699d611a0ba
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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