Squid configuration examples (ctd) Basic SSL acceleration Compile squid with: ./configure --enable-ssl --with-openssl=/path/to/openssl then: https_port 1.1.1.1:443 cert=certificate.pem key=key.rsa httpd_accel_host virtual httpd_accel_port 80 httpd_accel_single_host off httpd_accel_with_proxy off httpd_accel_uses_host_header on .. along with ACLs, /etc/hosts configuration, etc.