Hi I did compile 2.7 from source on debian with --enable-ssl support of course I did install the libssl-dev package for ssl headers first. The thing is that squid wont start it complains about the https_port line being BUNGLED. The error/line is : FATAL: Bungled squid.conf line 7: https_port 443 10.10.11.11:443 cert=/etc/squid/self_certs/exyz.crt key=/etc/squid/self_certs/xyz.key protocol=http accel defaultsite=xyz vhost The relevant configure output is: app02:/usr/src/squid-2.7.STABLE7# cat output | grep ssl checking for openssl/err.h... yes checking for openssl/md5.h... yes checking for openssl/ssl.h... yes checking for openssl/engine.h... yes app02:/usr/src/squid-2.7.STABLE7# cat output | grep SSL SSL gatewaying using OpenSSL enabled Using OpenSSL MD5 implementation I did specifically use --enable-ssl Please advice.