[squid-users] https quick question
Amos Jeffries
squid3 at treenet.co.nz
Sat May 23 11:51:28 UTC 2015
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
More information about the squid-users
mailing list