RE: [squid-users] blockVirgin Works for CONNECT but Custom Response does not work

2014-08-21 Thread Rafael Akchurin
Hello Jatin, May be this (for ICAP not for eCap) describes your issue - http://docs.diladele.com/faq/squid.html#why-i-see-cannot-connect-to-site-using-https-browser-message-instead-of-usual-site-is-blocked Raf From: Jatin Bhasin Sent: Thursday, August 21

Re: [squid-users] blockVirgin Works for CONNECT but Custom Response does not work

2014-08-21 Thread Jatin Bhasin
Hello, Yes, that is the same scenario what I have been experiencing but when I call function (x->blockVirgin()) from my ecap adapter then squid does print the "access denied page" which is one of my squid error pages. So as I see that squid does complete the SSL handshake and then paints the

Re: [squid-users] blockVirgin Works for CONNECT but Custom Response does not work

2014-08-21 Thread Jatin Bhasin
Hello, I wanted to block a particular website based on CONNECT request because I am not bumping (decrypting) the site. But now I have realised that if I do not dump the site then there is no way I can paint a custom message on the browser. So, can somebody suggest me if there is a way to pass a

RE: [squid-users] blockVirgin Works for CONNECT but Custom Response does not work

2014-08-22 Thread Rafael Akchurin
Hello Jatin, Unfortunately I cannot answer your question. But why would you like to bump the connection when admin *explicitly* specified it as *not to be bumped*. I think eCap adapter here acts as a passive beast just scanning what admin tells it to, not what it thinks it needs to scan. Raf _

Re: [squid-users] blockVirgin Works for CONNECT but Custom Response does not work

2014-08-22 Thread Amos Jeffries
On 22/08/2014 7:14 p.m., Rafael Akchurin wrote: > Hello Jatin, > > Unfortunately I cannot answer your question. But why would you like to bump > the connection when admin *explicitly* specified it as *not to be bumped*. I > think eCap adapter here acts as a passive beast just scanning what admin

Re: [squid-users] blockVirgin Works for CONNECT but Custom Response does not work

2014-08-22 Thread Alex Rousskov
On 08/21/2014 07:06 PM, Jatin Bhasin wrote: > So, can somebody suggest me if there is a way to pass a flag to squid > from ecap adapter to decrypt a site regardless of what ACL says. For > example if I have an acl as below which says do not decrypt > www.888.com but If my ecap adapter could pass a

Re: [squid-users] blockVirgin Works for CONNECT but Custom Response does not work

2014-08-22 Thread Jatin Bhasin
Hi Alex, That will be awesome if that works. I will try this option. Thanks, Jatin > On 23 Aug 2014, at 10:24, Alex Rousskov > wrote: > >> On 08/21/2014 07:06 PM, Jatin Bhasin wrote: >> >> So, can somebody suggest me if there is a way to pass a flag to squid >> from ecap adapter to decrypt