From 1aab45a41e4f0bc3b493bac0cbd25a32bff129ac Mon Sep 17 00:00:00 2001 From: Marcello Coutinho Date: Mon, 29 Dec 2014 23:37:56 -0200 Subject: squid3.4 - update compile args fix captive portal check_ip for 2.2 fix ssl_bump with no authentication bump package version --- config/squid3/34/squid.inc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config/squid3/34/squid.inc') diff --git a/config/squid3/34/squid.inc b/config/squid3/34/squid.inc index a2917515..0e5a173c 100755 --- a/config/squid3/34/squid.inc +++ b/config/squid3/34/squid.inc @@ -1698,6 +1698,11 @@ function squid_resync_auth() { $conf .="http_access deny sglog\n"; } if ($auth_method == 'none' ) { + // SSL interception acl options part 2 without authentication + if ($settingsconfig['ssl_proxy'] == "on"){ + $conf .= "always_direct allow all\n"; + $conf .= "ssl_bump server-first all\n"; + } $conf .="# Setup allowed acls\n"; $allowed = array('allowed_subnets'); if ($settingsconfig['allow_interface'] == 'on') { -- cgit v1.2.3