Re: [squid-users] transparent proxy

2015-05-13 Thread Simon Dcunha
Dear Amos, Thanks for the immediate reply i had checked the wiki but was just looking around if there was some stuff which is more easier to implement thanks and regards simon - Original Message - From: "Amos Jeffries" To: squid-users@lists.squid-cache.org Sent: Wednesday, May 13, 20

Re: [squid-users] assertion failed: DestinationIp.cc:64: checklist->conn() && checklist->conn()->clientConnection != NULL

2015-05-13 Thread Michael Pelletier
I can try. I only saw it once under heavy load. I will see what I can do... Michael On Thu, May 14, 2015 at 12:40 AM, Amos Jeffries wrote: > On 14/05/2015 9:34 a.m., Michael Pelletier wrote: > > Squid does recover. What do you think? > > > > I think its a bug that needs fixing. > > Can you get

Re: [squid-users] assertion failed: DestinationIp.cc:64: checklist->conn() && checklist->conn()->clientConnection != NULL

2015-05-13 Thread Amos Jeffries
On 14/05/2015 9:34 a.m., Michael Pelletier wrote: > Squid does recover. What do you think? > I think its a bug that needs fixing. Can you get a trace of what ACLs is being tested using "debug_options 28,5" ? Amos ___ squid-users mailing list squid-us

Re: [squid-users] SSL Peak and Splice

2015-05-13 Thread Amos Jeffries
On 14/05/2015 10:47 a.m., Casey Daniels - mailinglist wrote: >> On May 13, 2015 at 3:25 AM Amos Jeffries wrote: >> >> >> On 13/05/2015 6:17 a.m., Casey Daniels wrote: >>> Hi, >>> I've been trying to figure out how to do some web filtering on HTTPs, >>> with no really good options given the layout

Re: [squid-users] Need help debugging my squid configuration

2015-05-13 Thread Amos Jeffries
On 14/05/2015 1:16 p.m., Jose Torres-Berrocal wrote: > Source from squid repository does not come directly compatible with > the OS. Source from Ubuntu repository is made compatible to the OS. > > It has a folder call debian which has a file called rules which in > term is used with the configure

Re: [squid-users] Need help debugging my squid configuration

2015-05-13 Thread Jose Torres-Berrocal
Source from squid repository does not come directly compatible with the OS. Source from Ubuntu repository is made compatible to the OS. It has a folder call debian which has a file called rules which in term is used with the configure script for the compile options. What file or script do I have

Re: [squid-users] SSL Peak and Splice

2015-05-13 Thread Casey Daniels - mailinglist
> On May 13, 2015 at 3:25 AM Amos Jeffries wrote: > > > On 13/05/2015 6:17 a.m., Casey Daniels wrote: > > Hi, > > I've been trying to figure out how to do some web filtering on HTTPs, > > with no really good options given the layout I have. But then I just > > happened to see this feature for Squi

Re: [squid-users] assertion failed: DestinationIp.cc:64: checklist->conn() && checklist->conn()->clientConnection != NULL

2015-05-13 Thread Michael Pelletier
Squid does recover. What do you think? On Wed, May 13, 2015 at 5:25 PM, Michael Pelletier < michael.pellet...@palmbeachschools.org> wrote: > I am running 3.4.12 > > > On Wed, May 13, 2015 at 3:23 PM, Amos Jeffries > wrote: > >> On 14/05/2015 5:42 a.m., Michael Pelletier wrote: >> > Hello, >> > >

Re: [squid-users] assertion failed: DestinationIp.cc:64: checklist->conn() && checklist->conn()->clientConnection != NULL

2015-05-13 Thread Michael Pelletier
I am running 3.4.12 On Wed, May 13, 2015 at 3:23 PM, Amos Jeffries wrote: > On 14/05/2015 5:42 a.m., Michael Pelletier wrote: > > Hello, > > > > What does this warning mean? > > assertion failed: DestinationIp.cc:64: checklist->conn() && > > checklist->conn()->clientConnection != NULL > > That

Re: [squid-users] assertion failed: DestinationIp.cc:64: checklist->conn() && checklist->conn()->clientConnection != NULL

2015-05-13 Thread Amos Jeffries
On 14/05/2015 5:42 a.m., Michael Pelletier wrote: > Hello, > > What does this warning mean? > assertion failed: DestinationIp.cc:64: checklist->conn() && > checklist->conn()->clientConnection != NULL That is no warning. It is an assertion failure. Your Squid is crashing. It appears to be bug 361

[squid-users] assertion failed: DestinationIp.cc:64: checklist->conn() && checklist->conn()->clientConnection != NULL

2015-05-13 Thread Michael Pelletier
Hello, What does this warning mean? assertion failed: DestinationIp.cc:64: checklist->conn() && checklist->conn()->clientConnection != NULL Michael -- *Disclaimer: *Under Florida law, e-mail addresses are public records. If you do not want your e-mail address released in response to a publi

Re: [squid-users] Need help debugging my squid configuration

2015-05-13 Thread Yuri Voinov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Latest Squid source's not in repositories. They are here: http://www.squid-cache.org/Download/ 13.05.15 19:53, Jose Torres-Berrocal пишет: > As said I followed the thread I included in the initial email. I have > added the --enable-ssl and --with

Re: [squid-users] Need help debugging my squid configuration

2015-05-13 Thread Jose Torres-Berrocal
As said I followed the thread I included in the initial email. I have added the --enable-ssl and --with-open-ssl directives to the compilation. The debug_option setting I have used you can see in the squid.conf that I included. I tried with ALL, 9 also. The logs do not show any informative error.

Re: [squid-users] transparent proxy

2015-05-13 Thread Amos Jeffries
On 13/05/2015 8:45 p.m., Simon Dcunha wrote: > Dear All, > > I want to implement transparent proxy with wccp2. kindly appreciate if > someone can advise me a link explaining the steps to follow > That would be the Squid wiki. Amos ___

[squid-users] transparent proxy

2015-05-13 Thread Simon Dcunha
Dear All, I want to implement transparent proxy with wccp2. kindly appreciate if someone can advise me a link explaining the steps to follow regards simon -- - Network Administrator Kuwait Municipality!!! -- This message has been scanned for viruses and dangerous content by MailSc

Re: [squid-users] SSL Peak and Splice

2015-05-13 Thread Amos Jeffries
On 13/05/2015 6:17 a.m., Casey Daniels wrote: > Hi, > I've been trying to figure out how to do some web filtering on HTTPs, > with no really good options given the layout I have. But then I just > happened to see this feature for Squid 3.5, and was wondering if I'm > understanding it correctly.

Re: [squid-users] Need help debugging my squid configuration

2015-05-13 Thread Amos Jeffries
On 13/05/2015 3:25 a.m., Jose Torres-Berrocal wrote: > Hello All. > > I am new to Squid. I have compiled squid 3.3.8 on Lubuntu 14.04.1 > system following the thread > http://ubuntuforums.org/showthread.php?t=68246 > > I have also turn on --enabled-ssl-crtd on the compilation rules. The option