[squid-users] Redirector 302 Redirects not working for CONNECT method

2010-06-21 Thread Baird, Josh
Hi, We are currently running Squid 2.6 out of the RHEL 5.5 repos. We use WebSense to filter web traffic which communicates with Squid via a redirector plugin. HTTP blocking works fine, but when users try to access a HTTPS page that is blocked, in IE7, the user gets a generic The Page Cannot Be

Re: [squid-users] Redirector 302 Redirects not working for CONNECT method

2010-06-21 Thread Henrik Nordström
mån 2010-06-21 klockan 11:34 -0500 skrev Baird, Josh: HTTP blocking works fine, but when users try to access a HTTPS page that is blocked, in IE7, the user gets a generic The Page Cannot Be Found error (not a Squid specific error). I believe this is due to:

RE: [squid-users] Redirector 302 Redirects not working for CONNECT method

2010-06-21 Thread Baird, Josh
To: Baird, Josh Cc: squid-users@squid-cache.org Subject: Re: [squid-users] Redirector 302 Redirects not working for CONNECT method mån 2010-06-21 klockan 11:34 -0500 skrev Baird, Josh: HTTP blocking works fine, but when users try to access a HTTPS page that is blocked, in IE7, the user gets

RE: [squid-users] Redirector 302 Redirects not working for CONNECT method

2010-06-21 Thread Henrik Nordström
mån 2010-06-21 klockan 13:02 -0500 skrev Baird, Josh: So, this patch is useless to me? Do you know of *any* workaround that will allow me to display a more specific error message? ISA somehow pulls this off. http_access + deny_info? Regards Henrik

RE: [squid-users] Redirector 302 Redirects not working for CONNECT method

2010-06-21 Thread Baird, Josh
-users] Redirector 302 Redirects not working for CONNECT method mån 2010-06-21 klockan 13:02 -0500 skrev Baird, Josh: So, this patch is useless to me? Do you know of *any* workaround that will allow me to display a more specific error message? ISA somehow pulls this off. http_access + deny_info

RE: [squid-users] Redirector 302 Redirects not working for CONNECT method

2010-06-21 Thread Henrik Nordström
mån 2010-06-21 klockan 13:30 -0500 skrev Baird, Josh: Ah, ok. Just read the documentation for deny_info. So, typically, the last ACL is the last http_access deny line, which I have as http_access deny all Applying the deny_info to the all ACL does not seem to be working, so I am guessing