Re: [squid-users] FQDN assigned to loopback

2015-05-05 Thread Antony Stone
On Tuesday 05 May 2015 at 17:41, markme wrote: > I have a FQDN assigned to a loopback address for development purposes but > unfortunately every time I enter in that URL into my browser it goes > through Squid and is trying to access the loopback address on the squid > server and not on the client

[squid-users] FQDN assigned to loopback

2015-05-05 Thread markme
I have a FQDN assigned to a loopback address for development purposes but unfortunately every time I enter in that URL into my browser it goes through Squid and is trying to access the loopback address on the squid server and not on the client machine. Is there a way around this? -- View this me

Re: [squid-users] Client IP spoofing via squid proxy

2015-05-05 Thread Amos Jeffries
On 6/05/2015 2:25 a.m., Ambadas Hibare wrote: > Hi, > > I trying to spoof client IP via squid proxy by following squid's > TPROXY4 wiki page: http://wiki.squid-cache.org/Features/Tproxy4 > > But I want to know whether squid can spoof client IP when we send > proxy format HTTP request from Mozill

Re: [squid-users] squid does not send cached object to an icap-server

2015-05-05 Thread Yuri Voinov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 http://i.imgur.com/mW7gNwD.png http://squidclamav.darold.net/config.html This is for squidclamav (I use it and have no problems with malware). 05.05.15 17:45, Stefan Kügler пишет: > Hi Yuri. > > Am 05.05.2015 um 12:51 schrieb Yuri Voinov: >> Th

Re: [squid-users] How can I just foward all connections from my squid to another proxy that requires autentication?

2015-05-05 Thread Amos Jeffries
On 6/05/2015 1:50 a.m., stateri wrote: > Hi > > I like to foward all connection to my squid (that doesn requires > authentication) to another web proxy that requires authentication. > > How can I do that? > > I'm trying to do something like that: > > cache_peer 192.168.4.63 parent 3128 0 no-que

[squid-users] Client IP spoofing via squid proxy

2015-05-05 Thread Ambadas Hibare
Hi, I trying to spoof client IP via squid proxy by following squid's TPROXY4 wiki page: http://wiki.squid-cache.org/Features/Tproxy4 But I want to know whether squid can spoof client IP when we send proxy format HTTP request from Mozilla (ie configuring proxy & port in mozilla). Can squid pro

[squid-users] How can I just foward all connections from my squid to another proxy that requires autentication?

2015-05-05 Thread stateri
Hi I like to foward all connection to my squid (that doesn requires authentication) to another web proxy that requires authentication. How can I do that? I'm trying to do something like that: cache_peer 192.168.4.63 parent 3128 0 no-query default login=myuser:mypass http_access allow all My ta

Re: [squid-users] SSL MITM with unencrypted parent proxy

2015-05-05 Thread Amos Jeffries
On 5/05/2015 11:19 p.m., Chris Bennett wrote: > Hi Amos, > > Thanks for the quick reply. > >> However, explicit proxies can receive TLS connections. The two proxies >> will happily use those connections for any type of traffic, including >> ones like https:// with special security requirements. >

Re: [squid-users] squid does not send cached object to an icap-server

2015-05-05 Thread Amos Jeffries
On 5/05/2015 10:51 p.m., Yuri Voinov wrote: > This is not squid issue but your AV engine library or ICAP intermediate > AV library configuration. > No, it is Squid not supporting the RESPMOD POSTCACHE vectoring point in ICAP. One very goo

Re: [squid-users] squid does not send cached object to an icap-server

2015-05-05 Thread Stefan Kügler
Hi Yuri. Am 05.05.2015 um 12:51 schrieb Yuri Voinov: This is not squid issue but your AV engine library or ICAP intermediate AV library configuration. Thank you for your answer. Can you explain me a litte bit more detailed why this is not a squid issue? In the icap-logfile, I can see a REQMO

Re: [squid-users] SSL MITM with unencrypted parent proxy

2015-05-05 Thread Chris Bennett
Hi Amos, Thanks for the quick reply. > However, explicit proxies can receive TLS connections. The two proxies > will happily use those connections for any type of traffic, including > ones like https:// with special security requirements. > > * Configure the squid2 with an https_port for receivi

Re: [squid-users] squid does not send cached object to an icap-server

2015-05-05 Thread Yuri Voinov
This is not squid issue but your AV engine library or ICAP intermediate AV library configuration. 05.05.15 16:43, Stefan Kügler пишет: Hello. I have a short question using squid as an ICAP-client. It seems that squid doesn't send an already downloaded (and cached) object to an ICAP-server.

[squid-users] squid does not send cached object to an icap-server

2015-05-05 Thread Stefan Kügler
Hello. I have a short question using squid as an ICAP-client. It seems that squid doesn't send an already downloaded (and cached) object to an ICAP-server. Here is a short description what I have done: 1. downloading a word-document with a macro-virus. The Virus-scanner (ICAP-server) uses

Re: [squid-users] Youtube redirection loop?

2015-05-05 Thread Yuri Voinov
05.05.15 4:07, HackXBack пишет: Okay Sir, this is the solution 1st: put this conf in your squid.conf for looping 302 on youtube acl text-html rep_mime_type text/html acl http302 http_status 302 store_miss deny text-html store_miss deny http302 send_hit deny text-html send_hit deny http302

Re: [squid-users] Assert(call->dialer.handler == callback)

2015-05-05 Thread Christos Tsantilas
Hi Steve, We have similar crashes. I created a new bug report in squid bugzilla (I did not found any other similar report), using your stack trace: http://bugs.squid-cache.org/show_bug.cgi?id=4238 Also I attached a patch here, which probably fixes this problem. Can you please test it? Re

Re: [squid-users] Squid crashes with 3.5.1

2015-05-05 Thread Amos Jeffries
On 5/05/2015 7:32 p.m., Prashanth Prabhu wrote: > Hi Nathan, > >> These are fixed in 3.5.4. > > > Thanks. Do you have the bug ID's that fixed them? > IIRC. Amos ___ squid-users mailing list squid-u

Re: [squid-users] Squid crashes with 3.5.1

2015-05-05 Thread Prashanth Prabhu
Hi Nathan, > These are fixed in 3.5.4. Thanks. Do you have the bug ID's that fixed them? Regards. Prashanth On 4 May 2015 at 17:56, Nathan Hoad wrote: > These are fixed in 3.5.4. > > Nathan. > > On 5 May 2015 at 08:59, Prashanth Prabhu wrote: >> Hi folks, >> >> I am seeing a bunch of Squid