Lines Matching refs:tls
53 vhost->tls.use_ssl = 0;
71 vhost->tls.use_ssl = lws_check_opt(vhost->options,
74 if (vhost->tls.use_ssl && info->ssl_cipher_list)
79 vhost->name, vhost->tls.use_ssl ? "" : "non-");
95 vhost->tls.allow_non_ssl_on_ssl_port = 1;
101 if (vhost->tls.use_ssl) {
109 vhost->tls.ssl_ctx, vhost, 0))
113 if (vhost->tls.use_ssl)
142 if (wsi->tls.ssl)
188 if (wsi->a.vhost->tls.allow_non_ssl_on_ssl_port && !wsi->skip_fallback) {
199 * tls hello... what happens next is driven by
232 wsi->tls.use_ssl = 0;
239 wsi->tls.ssl = NULL;
245 wsi->tls.redirect_to_https = 1;
252 "http service on tls port\n",
261 lwsl_info("%s: allowing non-tls "
267 "tls hello (default vhost %s)\n",
339 if (!vh->being_destroyed && wsi->tls.ssl &&
340 vh->tls.ssl_ctx == lws_tls_ctx_from_wsi(wsi)) {