Skip to content

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

Notifications You must be signed in to change notification settings

ucokkarnadi/squid-ubuntu

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

squid-ubuntu

Squid is a caching proxy for the Web supporting HTTP, HTTPS, FTP, and more. It reduces bandwidth and improves response times by caching and reusing frequently-requested web pages. Squid has extensive access controls and makes a great server accelerator. It runs on most available operating systems, including Windows and is licensed under the GNU GPL. http://www.squid-cache.org

This project provides scripts needed to recompile 3.5.23 on Ubuntu 16.04 LTS with support for HTTPS filtering and SSL inspection. These scripts are used in web filtering appliance Web Safety available for VMWare vSphere (ESXi) at https://diladele.com/virtual_appliance.html. The compiled debian packages for eCap and Squid 3.5.23 are available at ubuntu16.diladele.com repository.

How to Use the Repository at ubuntu16.diladele.com for Ubuntu 16

If you are installing Squid 3.5.23 for the first time run the following commands:

# add diladele apt key
wget -qO - http://packages.diladele.com/diladele_pub.asc | sudo apt-key add -

# add repo
echo "deb http://ubuntu16.diladele.com/ubuntu/ xenial main" > /etc/apt/sources.list.d/ubuntu16.diladele.com.list

# update the apt cache
apt-get update

# install 
apt-get install libecap3
apt-get install squid-common
apt-get install squid 
apt-get install squidclient

If you have installed previous versions of Squid 3.5 from this repo then please run "sudo apt-get update && sudo apt-get upgrade". Please also check that your current squid.conf file from previous version is not overwritten.

Help

All questions/comments and suggestions are welcome at support@diladele.com or in squid mailing list http://www.squid-cache.org/Support/mailing-lists.html. Squid documentation can be found at http://www.squid-cache.org

Credits

We admire people working on Squid Cache server, who spend their time free of charge and deliver great product to all of us.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%