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

2019-04-02 Thread David Touzeau
Le 01/04/2019 à 23:22, Alex Rousskov a écrit : 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 C

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

2019-04-02 Thread David Touzeau
Le 02/04/2019 à 07:43, L A Walsh a écrit : 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%

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

2019-04-02 Thread L . P . H . van Belle
I suggest start compairing the logs you posted, the builds are really different. Differences in - kernel - needed packages - build paramaters due to missing or different packages. Etc. Just diff you logs and you will see it. Greetz, Louis > -Oorspronkelijk bericht- > Van: squ

[squid-users] 回复: squid-users Digest, Vol 56, Issue 3

2019-04-02 Thread 赵 俊
enerate-host-certificates=on dynamic_cert_mem_cache_size=4MB cert=/opt/squid/ssl_cert/CA.pem version=4 it did not work. the access.log show TCP/TUNNEL 200 -- next part ------ An HTML attachment was scrubbed... URL: <http://lists.squid-cache.org/pipermail/squid-users/attach

[squid-users] How can squid 4.5 be configured to support TLS1.3

2019-04-02 Thread 赵 俊
Because squid 4.5 with the configuration like this can not bump TLS1.3. 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 goog

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

2019-04-02 Thread Amos Jeffries
On 2/04/19 8:53 pm, L.P.H. van Belle wrote: > I suggest start compairing the logs you posted, the builds are really > different. > > Differences in > - kernel > - needed packages > - build paramaters due to missing or different packages. > Etc. > > Just diff you logs and you will see it. >

[squid-users] Squid-5 vs. FTP:// URLs

2019-04-02 Thread Ralf Hildebrandt
Currently I'm trying to channel ftp:// style URLs through our squid-5. In general this is working ok, but: ftp directory listings are DOWNLOADED instead of being displayed (in Chrome 73.0.x -- in Firefox Quantum 67.0b6 this works) It's probably related to this: https://www.bleepingcomputer.com/n

Re: [squid-users] Squid-5 vs. FTP:// URLs

2019-04-02 Thread Amos Jeffries
On 2/04/19 10:51 pm, Ralf Hildebrandt wrote: > Currently I'm trying to channel ftp:// style URLs through our squid-5. > In general this is working ok, but: > > ftp directory listings are DOWNLOADED instead of being displayed (in Chrome > 73.0.x -- in Firefox Quantum 67.0b6 this works) > It's prob

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

2019-04-02 Thread Matus UHLAR - fantomas
On 2/04/19 8:53 pm, L.P.H. van Belle wrote: I suggest start compairing the logs you posted, the builds are really different. Differences in - kernel - needed packages - build paramaters due to missing or different packages. Etc. Just diff you logs and you will see it. On 02.04.19 21:39, Amos

Re: [squid-users] Squid-5 vs. FTP:// URLs

2019-04-02 Thread Alex Rousskov
On 4/2/19 3:51 AM, Ralf Hildebrandt wrote: > ftp directory listings are DOWNLOADED instead of being displayed (in Chrome > 73.0.x -- in Firefox Quantum 67.0b6 this works) > It's probably related to this: > https://www.bleepingcomputer.com/news/google/chrome-and-firefox-developers-aim-to-remove-su

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

2019-04-02 Thread Alex Rousskov
On 4/2/19 1:23 AM, David Touzeau wrote: > Le 01/04/2019 à 23:22, Alex Rousskov a écrit : >> Do your Squids use shared memory for the memory cache? See >> memory_cache_shared (even if you do not set it explicitly). >> http://www.squid-cache.org/Doc/config/memory_cache_shared/ > The test did not use

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

2019-04-02 Thread David Touzeau
Le 02/04/2019 à 18:06, Alex Rousskov a écrit : On 4/2/19 1:23 AM, David Touzeau wrote: Le 01/04/2019 à 23:22, Alex Rousskov a écrit : Do your Squids use shared memory for the memory cache? See memory_cache_shared (even if you do not set it explicitly). http://www.squid-cache.org/Doc/config/mem

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

2019-04-02 Thread Amos Jeffries
On 3/04/19 11:00 am, David Touzeau wrote: > > Le 02/04/2019 à 18:06, Alex Rousskov a écrit : >> On 4/2/19 1:23 AM, David Touzeau wrote: >>> Le 01/04/2019 à 23:22, Alex Rousskov a écrit : Do your Squids use shared memory for the memory cache? See memory_cache_shared (even if you do not

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

2019-04-02 Thread Amos Jeffries
On 2/04/19 6:07 pm, Amos Jeffries wrote: > 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_DEFA