On 24/05/2015 5:32 a.m., snakeeyes wrote:
> Amos any help ?
> 
> I spent many days without any luck !
> 
> clientNegotiateSSL: Error negotiating SSL connection on FD 25: 
> error:1407609B:SSL routines:SSL23_GET_CLIENT_HELLO:https proxy request (1/-1)
> 
> 
> ????????

From perlmonks:
"
OpenSSL complains when it sees the clear text CONNECT request, spitting
out this proxy error with DEBUG on:

error message: 'SSL_accept: 'error:1407609B:SSL
routines:SSL23_GET_CLIENT_HELLO:https proxy request

"

I'm not sure how more clear that can be.

A CONNECT message - valid only for plain-text HTTP messages to a
forward-proxy. Is being delivered to your reverse-proxy https_port which
should only be receiving port 443 native traffic.

Amos

_______________________________________________
squid-users mailing list
squid-users@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-users

Reply via email to