Re: [squid-users] 回复:Re: Help, long response time(2 seconds) in squid!

2015-11-18 Thread Amos Jeffries
On 18/11/2015 8:00 p.m., 徐永健 wrote: > Hi, Eliezer: > Thanks! > I just solved this problem.Things are as follows: > The hostname is S-LAB-53, and I saw WANINGS in cache.log. > > > 2015/11/18 11:16:52 kid1| WARNING: 'S-LAB-53' rDNS test failed: (2) No

Re: [squid-users] Delay pools: HTTPS and rep_mime_type support

2015-11-18 Thread Amos Jeffries
On 18/11/2015 8:53 p.m., Filippo Martinelli wrote: > I'm struggling with squid delay pools. The documentation I found is very > poor and on internet there is contradictory and possibly surpassed > information. I would appreciate if you can point me to exhaustive > information on delay pools. > > F

[squid-users] Mutual Authentication Support

2015-11-18 Thread Mohammad Asif
Hello, I am having problem configuring mutual authentication with squid server. Can you please tell me which squid server version support mutual authentication and what is procedure to enable it. Currently I am using squid server 2.0. -- Mohammad Asif B.Tech, Computer Science & Engineering NIT

Re: [squid-users] Mutual Authentication Support

2015-11-18 Thread Antony Stone
On Wednesday 18 November 2015 at 11:45:52, Mohammad Asif wrote: > I am having problem configuring mutual authentication with squid server. What problem are you having? > Can you please tell me which squid server version support mutual > authentication and what is procedure to enable it. What ex

Re: [squid-users] Mutual Authentication Support

2015-11-18 Thread Amos Jeffries
On 18/11/2015 11:45 p.m., Mohammad Asif wrote: > Hello, > > I am having problem configuring mutual authentication with squid server. > Can you please tell me which squid server version support mutual > authentication and what is procedure to enable it. Short answer is "no". Longer answer below.

Re: [squid-users] on_unsupported_protocol doesn't work for bumped https connecttions

2015-11-18 Thread Alex Rousskov
On 11/18/2015 12:53 AM, Tarik Demirci wrote: > I did more detailed tests for this case. Constructing a tcp-in-https > connection results with error ERR_PROTOCOL_UNKNOWN in spite of > "on_unsupported_protocol tunnel all" conf directive. Is this a Squid > bug? Doc for on_unsupported_protocol says it

[squid-users] unable to access websites through Squid Proxy

2015-11-18 Thread dolson
Okay, I believe I'm in the last stages of getting my Squid3 system going. I have it authenticating through Active Directory, but I am not able to get out to the website. I have attached 4 different squid.conf files that I have tried, created from examples posted at http://wiki.squid-cache.or

[squid-users] squid ACL based on OS type

2015-11-18 Thread Berkes, David
I'm trying to find a way to setup an ACL to filter on only Apple IPhone (IOS). Is there a method for implementation. I'm assuming it would find the information in the header and filter on that. Thank you David Piper Jaffray & Co. Since 1895. Member SIPC and N

Re: [squid-users] squid ACL based on OS type

2015-11-18 Thread Yuri Voinov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Something like this: acl user-agent-browser-mobile browser -i (android|blackberry|iphone|ipad|ipod|opera mini|iemobile) http_access deny user-agent-browser-mobile 19.11.15 2:36, Berkes, David пишет: > I'm trying to find a way to setup an ACL to f

Re: [squid-users] Mutual Authentication Support

2015-11-18 Thread Amos Jeffries
On 19/11/2015 12:42 a.m., Mohammad Asif wrote: > hi > > I am using this particular version of squid. > > [root@squidpc ~]# squid -v > Squid Cache: Version 2.5.STABLE14 > Ouch. Please seriously consider an upgrade. That version is ~10 years old and does not perform even a handful of modern HTTP

[squid-users] intercepting traffic

2015-11-18 Thread Brendan Kearney
I am trying to set up a transparent, intercepting squid instance, along side my existing explicit instance, and would like some input around what i have buggered up so far. i am running HAProxy in front of two squid instances, with the XFF header added by HAProxy. My squid configs are all set

Re: [squid-users] intercepting traffic

2015-11-18 Thread Amos Jeffries
On 19/11/2015 3:08 p.m., Brendan Kearney wrote: > I am trying to set up a transparent, intercepting squid instance, along > side my existing explicit instance, and would like some input around > what i have buggered up so far. > > i am running HAProxy in front of two squid instances, with the XFF

[squid-users] Squid HaProxy Protocol Support

2015-11-18 Thread yogesh panchal
Hi, I am looking for squid with haproxy protocol support and i found this link https://code.launchpad.net/~yadi/squid/haproxy-protocol this squid source has haproxy protocol support ? Thank You, Yogesh ___ squid-users mailing list squid-users@lists.squ

Re: [squid-users] Squid HaProxy Protocol Support

2015-11-18 Thread Amos Jeffries
On 19/11/2015 6:11 p.m., yogesh panchal wrote: > Hi, > > I am looking for squid with haproxy protocol support and i found this link > https://code.launchpad.net/~yadi/squid/haproxy-protocol this squid source > has haproxy protocol support ? > That was/is the experimental code. The working code