[squid-users] Squid slow down after awhile

2017-10-13 Thread masoud mazarei
I setup squid as traspsrent proxy with wccp configuration(layer 2). All things work propery but after awhile it slows down. I try to findout whats going to happen using tcpdump And i know packets have delay to go out from squid machine. And I guess it may happened cause of tproxy config of linux ke

[squid-users] I need help to compile squid with ssldump

2017-10-13 Thread Darvin Rivera Aguilar
I need a good tutorial to compile the latest version of squid with ssldump. Darvin. --- Universidad de Camagüey "Ignacio Agramonte Loynaz", Cuba --

[squid-users] Compiling with OpenSSL Support

2017-10-13 Thread Tyn Li
Hello, I am trying to compile squid on Debian 9 and include OpenSSL support.  Here are the configure options I am using: ./configure --with-openssl --enable-disk-io --enable-storeio --enable-icmp --enable-delay-pools --enable-linux-netfilter --enable-log-daemon-helpers --enable-external-acl-help

Re: [squid-users] I need help to compile squid with ssldump

2017-10-13 Thread Antony Stone
On Friday 13 October 2017 at 17:17:34, Darvin Rivera Aguilar wrote: > I need a good tutorial to compile the latest version of squid with ssldump. Surely squid and ssldump are two separate applications which you run on the machine - squid does the proxying and ssldump tells you about the SSL/TLS

[squid-users] Question about: ext_session_acl Splash/Portal solution.

2017-10-13 Thread Klaus Tachtler
Hi, i have a running squid and I would like to show a splash screen and did following configuration: --- code snipped --- external_acl_type session concurrency=100 ttl=12000 negative_ttl=0 children=1 %LOGIN /usr/lib64/squid/ext_session_acl -a -T 12000 -b /var/lib/squid/sessions/ acl se

Re: [squid-users] Compiling with OpenSSL Support

2017-10-13 Thread Sérgio Abrantes Junior
Hello, I installed this package to resolve this: libssl1.0-dev 2017-10-13 12:18 GMT-03:00 Tyn Li : > Hello, > > I am trying to compile squid on Debian 9 and include OpenSSL support. > Here are the configure options I am using: > > ./configure --with-openssl --enable-disk-io --enable-storeio --en

Re: [squid-users] Compiling with OpenSSL Support

2017-10-13 Thread Marcus Kool
Debian 9 has openssl 1.1.x while most platforms have older versions. I noticed myself when I ported ufdbGuard to Debian 9 that openssl 1.1.x has many changes in the API. Marcus On 13/10/17 13:19, Sérgio Abrantes Junior wrote: Hello, I installed this package to resolve this: libssl1.0-dev 20

Re: [squid-users] Compiling with OpenSSL Support

2017-10-13 Thread Tyn Li
Hi Sérgio, This fixed it for me, too. Thanks! On Friday, October 13, 2017, 11:20:15 AM CDT, Sérgio Abrantes Junior wrote: Hello, I installed this package to resolve this: libssl1.0-dev 2017-10-13 12:18 GMT-03:00 Tyn Li : Hello, I am trying to compile squid on Debian 9 and include Ope