squid-ubuntu icon indicating copy to clipboard operation
squid-ubuntu copied to clipboard

Latest version of Squid proxy recompiled with support for HTTPS filtering and SSL inspection on Ubuntu 22.04 LTS. Used in Web Safety web filter for Squid.

Results 11 squid-ubuntu issues
Sort by recently updated
recently updated
newest added

Ubuntu 20.04.4, squid-openssl 5.5 $ dpkg -l | grep squid rc squid 4.10-1ubuntu1.5 amd64 Full featured Web Proxy cache (HTTP proxy) ii squid-common 5.5-1 all Full featured Web Proxy cache...

``` root@cloud:~# apt upgrade squid-openssl squidclient Reading package lists... Done Building dependency tree... Done Reading state information... Done Calculating upgrade... Done Some packages could not be installed. This may mean...

We are seeing a significant memory leak in Squid 5.2 - appears to be this issue https://bugs.squid-cache.org/show_bug.cgi?id=5132, which has been fixed in 5.4. ![image](https://user-images.githubusercontent.com/38425697/160163844-13d18fd4-5322-4d5d-bbc7-c194d820b796.png) I would caution anyone upgrading to...

Hi, really like the binaries (save me a lot of hassle), currently using 4.13 (http://squid413.diladele.com/ubuntu/), any chance 4.15 will be released in the same way?

Hello, When using the script "ubuntu18/04_Install_squid.sh", dpkg say that he can't fin package with suffix "_amd64.deb". You need to correct this in order to build it into i386 and amd64.

Hello everybody, am currently in the process of completely rebuilding SQUID on an Ubuntu 20.04. I currently have the problem that if I take the standard version (apt install Squid),...

Without setting the LimitNOFILE in squid.service will cause Squid to run out of file descriptors very fast. So if we could set it to LimitNOFILE=65536 that would alleviate some issues.

It didn't work with arm64 so I updated code a bit.

When running Squid in SMP mode, the IPC sockets are created in /var/run/squid. When that directory is missing, or does not have the right permissions, Squid is not going to...