Re: [squid-users] peek all step with bump instance of proxy

2015-08-27 Thread Amos Jeffries
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

Re: [squid-users] peek all step with bump instance of proxy

2015-08-27 Thread Alex Rousskov
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

[squid-users] peek all step with bump instance of proxy

2015-08-27 Thread john jacob
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