Re: [squid-users] Caching large files (i.e .ipsw)

2013-10-24 Thread Amos Jeffries
On 24/10/2013 2:36 p.m., Archer wrote: Before i start, please forgive my ignorance (I'm still pretty new to this). What I'm using: Ubuntu Server 12.04.3 Webmin 1.660 Squid 3.1 What I'm trying to achieve: I want to have a transparent bridged squid proxy server for caching large, frequently used

[squid-users] Re: transparent proxy on remote box issue

2013-10-24 Thread WorkingMan
For access denied I found something interesting. client_side_request.cc(572) hostHeaderIpVerify: validate IP 127.0.0.1:3130 non-match from Host: IP 165.254.27.105 client_side_request.cc(572) hostHeaderIpVerify: validate IP 127.0.0.1:3130 non-match from Host: IP 165.254.27.115

[squid-users] squid 3.3.9 with centos 6.4 , error in compiling !!!!!

2013-10-24 Thread Ahmad
[root@drx squid-3.3.9]# ./configure --build=i486-linux-gnu --prefix=/usr --includedir=${prefix}/include --mandir=${prefix}/share/man --infodir=${prefix}/share/info --sysconfdir=/etc --enable-cachemgr-hostname=drx --localstatedir=/var --libexecdir=${prefix}/lib/squid --disable-maintainer-mode

Re: [squid-users] Re: transparent proxy on remote box issue

2013-10-24 Thread Amos Jeffries
On 24/10/2013 3:45 p.m., WorkingMan wrote: 1) why intercept mode fails (do I need any special rule on my remote SQUID box?) with access denied for all requests Where is the NAT/TPROXY interception happening for (1)? It is required to be done directly on the Squid machine, with packets sent

Re: [squid-users] squid 3.3.9 with centos 6.4 , error in compiling !!!!!

2013-10-24 Thread Kinkie
Hi Ahmad, i dont know why it ask me about cppunit and it is downloaed already !!! here is rpm -ql reasult : [root@drx]# rpm -ql cppunit [...] You also need cppunit-devel -- /kinkie

[squid-users] Re: forced http and https traffic redirect to proxy by cisco router

2013-10-24 Thread Ahmad
hi sebo , the issue here is , that squid is not alone with single interface , it will be better to put squid on a single interface if it is possible the config of cisco wccp differs due to topology of squid with router regards - Dr.x -- View this message in context:

[squid-users] Re: squid 3.3.9 with centos 6.4 , error in compiling !!!!!

2013-10-24 Thread Ahmad
hi all, ive solved it ! just i removed --with-cppunit-basedir=/usr from ./configure options and its fine now !! regards - Dr.x -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/squid-3-3-9-with-centos-6-4-error-in-compiling-tp4662824p4662847.html Sent

Re: [squid-users] Squid 3.3 just freezes on FreeBSD 9.2

2013-10-24 Thread Timothy Makobu
That was it. Changed from diskd to aufs and now its blazing fast. It was hanging about a minute after starting. The FS looks like this /dev/mfisyspd0s1d on /squid (ufs, local, soft-updates) I disabled journaling suspecting it would make it faster. It's quite fast, but I don't know whether

[squid-users] Re: Squid naps each 3600 seconds !

2013-10-24 Thread Omid Kosari
Correction, digest_generation off temporary solved problem but needs restart . I have tested with reload before . But i could not use digest benefits anymore . Is there big penalty if both caches are in same gigabit switch ? -- View this message in context:

[squid-users] HTTPS problem

2013-10-24 Thread Gustavo Esquivel
Hi Everybody, i'm new in SQUID and i recently install the 3.1.10 as Transparent in my office. all works fine i just have this problem i need to block facebook and i really make it, but when the user use https://www.facebook.com the website works... i read this is a problem of squid alread fixed

Re: [squid-users] Re: Squid naps each 3600 seconds !

2013-10-24 Thread Alex Rousskov
On 10/24/2013 07:43 AM, Omid Kosari wrote: digest_generation off temporary solved problem but needs restart . I have tested with reload before . Sounds like you have detected the source of the blocking Squid problem and confirmed it! The fact that digest generation makes your Squid

Re: [squid-users] Re: Squid naps each 3600 seconds !

2013-10-24 Thread Eliezer Croitoru
Out of curiosity, What squid Digest content is? What the Digest rebuild does? Let say an ICP\HTCP request can reflect the Information inside the digest? Thanks, Eliezer On 10/24/2013 07:54 PM, Alex Rousskov wrote: On 10/24/2013 07:43 AM, Omid Kosari wrote: digest_generation off temporary

Re: [squid-users] Squid 3.3 just freezes on FreeBSD 9.2

2013-10-24 Thread dweimer
On 10/24/2013 7:11 am, Timothy Makobu wrote: That was it. Changed from diskd to aufs and now its blazing fast. It was hanging about a minute after starting. The FS looks like this /dev/mfisyspd0s1d on /squid (ufs, local, soft-updates) I disabled journaling suspecting it would make it faster.

[squid-users] Windows 7 + Firefox + Squid + Kerberos

2013-10-24 Thread Allan Carvalho
- Squid 3.1.20-2.2 - Debian 7.2 - Windows Server 2012 - Windows 7 64bits (client) - Mozilla Firefox 24 32 bits In this environment,authentication is donevia Kerberos,withkeypadgenerated byktpass. My keypad: root@japura:/etc/squid3# klist -ekt squid.keytab Keytab name: FILE:squid.keytab KVNO

[squid-users] Re: Windows 7 + Firefox + Squid + Kerberos

2013-10-24 Thread Markus Moeller
Hi Allan, Can you take a capture of the traffic from your client to squid with wireshark ? Look at port 3128 (squid proxy port) traffic and in the details you can see the negotiate exchange. Can you compare what you see with IE and firefox ? Wireshark allows you to expand into the

Re: [squid-users] Re: Squid naps each 3600 seconds !

2013-10-24 Thread Alex Rousskov
On 10/24/2013 11:13 AM, Eliezer Croitoru wrote: Out of curiosity, What squid Digest content is? What the Digest rebuild does? Let say an ICP\HTCP request can reflect the Information inside the digest? http://wiki.squid-cache.org/SquidFaq/CacheDigests Alex. On 10/24/2013 07:54 PM, Alex

[squid-users] Re: SQUID in TPROXY - do not resolve

2013-10-24 Thread Plamen
Amos Jeffries-2 wrote On 24/10/2013 6:44 a.m., Plamen wrote: Yes, this is one of the problems I'm also experiencing, the customer is using different DNS than the Squid, and he complains because he says - without your SQUID I can open web page, but with your SQUID it's not opening.