On 27/08/2015 10:50 p.m., john jacob wrote:
> Hi All,
>
> I am trying to configure a squid filtering instance which serves both proxy
> and intercepted (transparent) connections. Filtering is accomplished by a
> Request eCAP adapter which have something like
>
> if(IsDenied() && RequestMethod=="C
On 08/27/2015 04:50 AM, john jacob wrote:
> with the proxy connections I am encountering some
> peculiar behavior with scenario 3 (ie when a non bumped https CONNECT is
> denied by eCAP). Instead of terminating the connection, it is logged as
> TAG_NONE/200 in the access log and getting bumped (a
Hi All,
I am trying to configure a squid filtering instance which serves both proxy
and intercepted (transparent) connections. Filtering is accomplished by a
Request eCAP adapter which have something like
if(IsDenied() && RequestMethod=="CONNECT")
{
// Gives TAG_NONE/403