From 4efb357cb8079f20bac7612e7656ae2c7cf213e8 Mon Sep 17 00:00:00 2001 From: doktornotor Date: Sat, 28 Nov 2015 22:24:08 +0100 Subject: Comment fix --- config/squid3/34/squid.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/squid3/34/squid.inc b/config/squid3/34/squid.inc index f5ed51ca..952d50d8 100755 --- a/config/squid3/34/squid.inc +++ b/config/squid3/34/squid.inc @@ -800,7 +800,7 @@ function squid_validate_general($post, &$input_errors) { if (empty($post['ssl_active_interface'])) { $input_errors[] = "You must select at least one interface under 'SSL Intercept Interface(s)' when 'HTTPS/SSL Interception' is enabled."; } else { - // allow HTTPS/SSL Interception only on interfaces where transparent proxy is enabled + // allow HTTPS/SSL Interception only on interfaces where Squid is actually running to keep configuration sane $a_ifaces = $post['active_interface'] ?: array(); $s_ifaces = $post['ssl_active_interface']; foreach ($s_ifaces as $s_iface) { -- cgit v1.2.3