Software /
code /
prosody
Diff
prosodyctl @ 7447:843fe134453e
Merge 0.10->trunk
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 30 May 2016 13:17:28 +0200 |
parent | 7359:a5a080c12c96 |
parent | 7445:6d2038147d3d |
child | 7456:76a8456cf1e2 |
line wrap: on
line diff
--- a/prosodyctl Sat May 28 12:51:12 2016 +0200 +++ b/prosodyctl Mon May 30 13:17:28 2016 +0200 @@ -1261,13 +1261,13 @@ end if config.get(host, "component_module") == nil and not x509_verify_identity(host, "_xmpp-client", cert) then - print(" Not vaild for client connections to "..host..".") + print(" Not valid for client connections to "..host..".") cert_ok = false end if (not (config.get(host, "anonymous_login") or config.get(host, "authentication") == "anonymous")) and not x509_verify_identity(host, "_xmpp-server", cert) then - print(" Not vaild for server-to-server connections to "..host..".") + print(" Not valid for server-to-server connections to "..host..".") cert_ok = false end end