On 10/01/2013 12:26 p.m., Micky wrote:
I'm trying to configure squid3 + ssl but when I try to connect to squid this is the error resulting
Please provide output of "squid -v" and explain "connect to squid" ... connecting how and with what software? to what port? with what squid.conf setup?
2013/01/09 18:22:52| clientNegotiateSSL: Error negotiating SSL connection on FD 13: error:1407609C:SSL routines:SSL23_GET_CLIENT_HELLO:http request (1/-1) 2013/01/09 18:22:52| clientNegotiateSSL: Error negotiating SSL connection on FD 13: error:1407609C:SSL routines:SSL23_GET_CLIENT_HELLO:http request (1/-1) 2013/01/09 18:22:52| clientNegotiateSSL: Error negotiating SSL connection on FD 13: error:1407609C:SSL routines:SSL23_GET_CLIENT_HELLO:http request (1/-1)
This is a OpenSSL error message. The client software did not send an SSL setup message when it connected, or the message sent could not be interpreted using the Squid config settings - this is usually seen by plain-HTTP messages arriving on an HTTPS port.
Amos