X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=openssl.c;h=99ab6c32db4ce77003a7c7512d7198b217e2e40f;hp=51fcad588a12f44c5a761c5479693f3c21829031;hb=af6e6f07e46f159ec65eb4fe9f8a819551f74007;hpb=3bf559678802e4bc352c68caae7bb696ecab1b6b diff --git a/openssl.c b/openssl.c index 51fcad58..99ab6c32 100644 --- a/openssl.c +++ b/openssl.c @@ -821,7 +821,8 @@ extern int create_client_ssl_connection(struct client_state *csp) csp->http->hash_of_host_hex); if (BIO_do_handshake(ssl_attr->openssl_attr.bio) != 1) { - log_ssl_errors(LOG_LEVEL_ERROR, "BIO_do_handshake failed"); + log_ssl_errors(LOG_LEVEL_ERROR, + "The TLS/SSL handshake with the client failed"); ret = -1; goto exit; }