Re: [squid-users] reverse proxy Squid 4

2020-06-25 Thread Vieri
On Thursday, June 25, 2020, 10:32:46 AM GMT+2, Amos Jeffries wrote: > >  tls-options=NO_SSLv3,NO_TLSv1_3 tls-min-version=1.0 > >  tls_options=NO_SSLv3,NO_TLSv1_1,NO_TLSv1_2,NO_TLSv1_3 > > removing the "sslflags=DONT_VERIFY_PEER" > > Then reduce the ssloptions= as much as you can. Remove if po

Re: [squid-users] reverse proxy Squid 4

2020-06-25 Thread Alex Rousskov
On 6/24/20 8:16 PM, Vieri wrote: > This is what the squid cache log reports: > > 2020/06/25 00:29:05.467 kid1| 83,5| NegotiationHistory.cc(81) > retrieveNegotiatedInfo: SSL connection info on FD 15 SSL version NONE/0.0 > negotiated cipher > 2020/06/25 00:29:05.467 kid1| ERROR: negotiating TLS on

Re: [squid-users] reverse proxy Squid 4

2020-06-25 Thread Amos Jeffries
On 25/06/20 2:57 am, Vieri wrote: > Hi, > > Today I just migrated from Squid 3 to Squid 4, and I found that a reverse > proxy that was working fine before is now failing. The client browser sees > this message: > > [No Error] (TLS code: SQUID_ERR_SSL_HANDSHAKE) > Handshake with SSL server faile

[squid-users] reverse proxy Squid 4

2020-06-24 Thread Vieri
This is what the squid cache log reports: 2020/06/25 00:29:05.467 kid1| 83,5| NegotiationHistory.cc(81) retrieveNegotiatedInfo: SSL connection info on FD 15 SSL version NONE/0.0 negotiated cipher 2020/06/25 00:29:05.467 kid1| ERROR: negotiating TLS on FD 15: error::lib(0):func(0):reason

[squid-users] reverse proxy Squid 4

2020-06-24 Thread Vieri
Hi, Today I just migrated from Squid 3 to Squid 4, and I found that a reverse proxy that was working fine before is now failing. The client browser sees this message: [No Error] (TLS code: SQUID_ERR_SSL_HANDSHAKE) Handshake with SSL server failed: [No Error] This is how I configured the backen