Compile squid3.3 with ssl support Posted on June 22, 2013 by alfred Reply apt-get install build-essential libssl-dev ./configure –enable-ssl –with-openssl=/usr/include/openssl/ –prefix=/usr/local/squid-3.3 openssl req -new -newkey rsa:1024 -days 365 -nodes -x509 -keyout squid.pem -out squid.pem