Lines Matching defs:server
1486 to give the user a false sense of security if the server only supports
2001 char *server = connssl->peer.sni?
2003 err = SSLSetPeerDomainName(backend->ssl_ctx, server, strlen(server));
2600 /* These are all certificate problems with the server: */
2621 failf(data, "SSL certificate problem: Couldn't understand the server "
2640 failf(data, "SSL peer handshake failed, the server most likely "
2644 failf(data, "SSL server rejected the client certificate due to "
2649 /* This error is raised if the server's cert didn't match the server's
2658 failf(data, "Could not negotiate an SSL cipher suite with the server");
2684 failf(data, "The server closed the session with no notification");
2722 failf(data, "A non-fatal result for providing a server name "
2995 * Well, okay, let's collect server certificates, and if verbose mode is on,
2996 * let's print the details of the server certificates. */
3210 notify alert from the server. No way to SSL_Read now, so use read(). */
3404 /* errSSLClosedGraceful - server gracefully shut down the SSL session
3405 errSSLClosedNoNotify - server hung up on us instead of sending a
3407 Either way, inform the caller that the server disconnected. */