Lines Matching refs:peer
1932 /* SSL always tries to verify the peer, this only says whether it should
2001 char *server = connssl->peer.sni?
2002 connssl->peer.sni : connssl->peer.hostname;
2011 if(connssl->peer.is_ip_address) {
2069 verifypeer, conn_config->verifyhost, connssl->peer.hostname,
2347 failf(data, "SSL: peer not verified: RecoverableTrustFailure");
2350 failf(data, "SSL: peer not verified: Deny");
2640 failf(data, "SSL peer handshake failed, the server most likely "
2652 failf(data, "SSL certificate peer verification failed, the "
2653 "certificate did not match \"%s\"\n", connssl->peer.dispname);
2745 connssl->peer.hostname, err);