aboutsummaryrefslogtreecommitdiffstats
path: root/config/squid3/33
diff options
context:
space:
mode:
authorMartin Fuchs <mfuchs77@gmail.com>2014-06-06 13:33:47 +0200
committerMartin Fuchs <mfuchs77@gmail.com>2014-06-06 13:33:47 +0200
commit60725ba2a9ec8b1b84c0008643c7cc7dc02499a1 (patch)
treea7cffb0be11300afb5acc4aee043841efa9fc58b /config/squid3/33
parent9d1e12beb5196e721e92d98458371e3342182d7b (diff)
downloadpfsense-packages-60725ba2a9ec8b1b84c0008643c7cc7dc02499a1.tar.gz
pfsense-packages-60725ba2a9ec8b1b84c0008643c7cc7dc02499a1.tar.bz2
pfsense-packages-60725ba2a9ec8b1b84c0008643c7cc7dc02499a1.zip
offload the whole auth process onto a backend peer.
with squid-3.2+ you use login=PASSTHRU and *no* Squid auth setup to offload the whole auth process onto a backend peer.
Diffstat (limited to 'config/squid3/33')
-rwxr-xr-xconfig/squid3/33/squid_reverse.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/squid3/33/squid_reverse.inc b/config/squid3/33/squid_reverse.inc
index 92bef0fb..fe94f394 100755
--- a/config/squid3/33/squid_reverse.inc
+++ b/config/squid3/33/squid_reverse.inc
@@ -100,7 +100,7 @@ function squid_resync_reverse() {
//PEERS
if (($settings['reverse_owa'] == 'on') && (!empty($settings['reverse_owa_ip'])))
- $conf .= "cache_peer {$settings['reverse_owa_ip']} parent 443 0 proxy-only no-query originserver login=PASS connection-auth=on ssl sslflags=DONT_VERIFY_PEER front-end-https=on name=OWA_HOST_pfs\n";
+ $conf .= "cache_peer {$settings['reverse_owa_ip']} parent 443 0 proxy-only no-query originserver login=PASSTHRU connection-auth=on ssl sslflags=DONT_VERIFY_PEER front-end-https=on name=OWA_HOST_pfs\n";
$active_peers=array();
if (is_array($reverse_peers))