mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
Merge 13.0->trunk
This commit is contained in:
commit
e19a4891fc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue