Lines Matching defs:server
2452 return "The server does not support (a suitable version of) TLS";
2454 return "The server does not support HTTPS";
2456 return "Cannot authenticate server via its TLS certificate, likely due to mismatch with our trusted TLS certs or missing revocation status";
2458 return "Server did not accept our TLS certificate, likely due to mismatch with server's trust anchor or missing revocation status";
2460 return "TLS handshake failure. Possibly the server requires our TLS certificate but did not receive it";
2484 && !OSSL_HTTP_proxy_connect(bio, info->server, info->port,
2539 char *server;
2550 if (!OSSL_HTTP_parse_url(url, &use_ssl, NULL /* userinfo */, &server, &port,
2564 info.server = server;
2567 OSSL_HTTP_adapt_proxy(proxy, no_proxy, server, use_ssl) != NULL;
2578 OPENSSL_free(server);
2601 info.server = host;