Lines Matching defs:vhost
93 lwsl_vhost_notice(v, " vhost %s: cert expiry: %dd", v->name,
96 lwsl_vhost_info(v, " vhost %s: no cert", v->name);
126 lws_tls_generic_cert_checks(struct lws_vhost *vhost, const char *cert,
134 * leave them NULL; force the vhost SSL_CTX init using the info
138 * happened just above and has the vhost SSL_CTX * in the user
153 (vhost->options & LWS_SERVER_OPTION_IGNORE_MISSING_CERT)) {
154 lwsl_vhost_notice(vhost, "Ignoring missing %s or %s", cert, private_key);
155 vhost->tls.skipped_certs = 1;
168 * update the cert for every vhost using the given path
182 wsi.a.vhost = v; /* not a real bound wsi */
191 lwsl_vhost_notice(v, "vhost %s: cert unset", v->name);