Re: [squid-users] Why Squid on CentOS is faster than Debian ?

2019-04-01 Thread L A Walsh
On 4/1/2019 2:17 AM, David Touzeau wrote: > We have recompiled same squid version on 2 systems > https://github.com/dtouzeau/1.6.x/blob/Tempfiles/centos7-config.log?raw=true > > --- > Result was CentOS 44% faster on TCP_MEM_HITS >

Re: [squid-users] How to restrict the maximum negotiated version of squid HTTPS to TLS1.2

2019-04-01 Thread Amos Jeffries
On 2/04/19 2:10 pm, 赵 俊 wrote: > Hi, this is part of my squid.conf: > https_port 192.168.30.4:3129 intercept ssl-bump connection-auth=off > generate-host-certificates=on dynamic_cert_mem_cache_size=4MB > cert=/opt/squid/ssl_cert/CA.pem sslflags=NO_DEFAULT_CA  > > acl broken_sites ssl::server_name

[squid-users] How to restrict the maximum negotiated version of squid HTTPS to TLS1.2

2019-04-01 Thread 赵 俊
Hi, this is part of my squid.conf: https_port 192.168.30.4:3129 intercept ssl-bump connection-auth=off generate-host-certificates=on dynamic_cert_mem_cache_size=4MB cert=/opt/squid/ssl_cert/CA.pem sslflags=NO_DEFAULT_CA acl broken_sites ssl::server_name foo.com acl ssl_step1 at_step SslBump1 ss

Re: [squid-users] Why Squid on CentOS is faster than Debian ?

2019-04-01 Thread Alex Rousskov
On 4/1/19 3:17 AM, David Touzeau wrote: > On 30.03.19 10:22, David Touzeau wrote: >> * Debian 9 net install + Squid compiled >> * CentOS 7 minimal  + Squid compiled >> >> Same version, same compilation parameters, same Squid settings. >> It seems that Squid on CentOS is 10 times faster than squid

Re: [squid-users] kerberos (Alex Gutiérrez)

2019-04-01 Thread Alex Gutiérrez Martínez
Thanks again for your support Mr. Jeffries, My proxy only contains of 1 GB of memory :-( Here i leave my squid.conf ### ###

Re: [squid-users] Why Squid on CentOS is faster than Debian ?

2019-04-01 Thread David Touzeau
Le 01/04/2019 à 00:23, David Touzeau a écrit : Le 31/03/2019 à 05:50, Amos Jeffries a écrit : On 31/03/19 3:41 am, David Touzeau wrote: On 30.03.19 10:22, David Touzeau wrote: Did you have perform squid stress on Debian against CentOS ? I have installed: * Debian 9 net install + Squid com