diff -urN e-smith-proxy-5.2.0.old/root/etc/e-smith/templates/etc/squid/squid.conf/20ACL15SSL_ports e-smith-proxy-5.2.0/root/etc/e-smith/templates/etc/squid/squid.conf/20ACL15SSL_ports --- e-smith-proxy-5.2.0.old/root/etc/e-smith/templates/etc/squid/squid.conf/20ACL15SSL_ports 2002-04-20 02:45:31.000000000 +1000 +++ e-smith-proxy-5.2.0/root/etc/e-smith/templates/etc/squid/squid.conf/20ACL15SSL_ports 2014-01-30 15:08:03.639883234 +1100 @@ -1 +1,6 @@ -acl SSL_ports port 443 563 + +{ + my @ports = split(",", ($squid{SSLPorts} || "") ); + + return "acl SSL_ports port 443 563 @ports"; +}