Re: [squid-users] sslproxy_options on squid 3.5.20

2020-10-12 Thread Eliezer Croitor
From: squid-users On Behalf Of Nisa Balakrishnan Sent: Wednesday, October 7, 2020 4:23 AM To: Amos Jeffries Cc: squid-users@lists.squid-cache.org Subject: Re: [squid-users] sslproxy_options on squid 3.5.20 Thanks Amos. I have verified that squid build is done with openssl that suppor

Re: [squid-users] sslproxy_options on squid 3.5.20

2020-10-06 Thread Nisa Balakrishnan
Thanks Amos. I have verified that squid build is done with openssl that supports 1.2 but not 1.3. I am worried that squid does not pass the flag set via options. I am able to lock squid to tls 1.2 only with sslproxy_version To be a bit more clear, the squid implementation is a whitelist filtering

Re: [squid-users] sslproxy_options on squid 3.5.20

2020-10-06 Thread Amos Jeffries
On 6/10/20 1:35 pm, Nisa Balakrishnan wrote: > Hi, > > I am trying to allow access for only tls versions 1.2 and above on Squid > 3.5.20 > Note that "above 1.2" are not supported by that ancient version of Squid. Your test disables everything except SSLv1 code in the library. > For testing pur