[squid-users] Conditional question

2015-05-30 Thread James Lay
Per the docs: # Conditional configuration # # If-statements can be used to make configuration directives # depend on conditions: # # if CONDITION # ... regular configuration directives ... # [else # ... regular configuration directives

Re: [squid-users] Conditional question

2015-05-30 Thread Amos Jeffries
On 31/05/2015 4:48 a.m., James Lay wrote: Per the docs: # Conditional configuration # # If-statements can be used to make configuration directives # depend on conditions: # # if CONDITION # ... regular configuration directives ... # [else

Re: [squid-users] Conditional question

2015-05-30 Thread James Lay
On Sun, 2015-05-31 at 08:45 +1200, Amos Jeffries wrote: On 31/05/2015 4:48 a.m., James Lay wrote: Per the docs: # Conditional configuration # # If-statements can be used to make configuration directives # depend on conditions: # # if CONDITION #

Re: [squid-users] Conditional question

2015-05-30 Thread James Lay
On Sat, 2015-05-30 at 16:24 -0600, James Lay wrote: On Sun, 2015-05-31 at 08:45 +1200, Amos Jeffries wrote: On 31/05/2015 4:48 a.m., James Lay wrote: Per the docs: # Conditional configuration # # If-statements can be used to make configuration directives #

Re: [squid-users] Conditional question

2015-05-30 Thread James Lay
On Sun, 2015-05-31 at 08:45 +1200, Amos Jeffries wrote: On 31/05/2015 4:48 a.m., James Lay wrote: Per the docs: # Conditional configuration # # If-statements can be used to make configuration directives # depend on conditions: # # if CONDITION #

Re: [squid-users] Squid authetication with Google Apps

2015-05-30 Thread OpenAr-IT Soluciones
Hi all, do you know a solution for this?. Please see below email. Thanks El 21/05/2015 19:58, OpenAr-IT Soluciones opena...@gmail.com escribió: Hi All, we were asked to configure the Squid authentication to work with Google Apps, like Single Sign On. Do you know if there is a way to do that?

Re: [squid-users] Problem in Stress Testing Squid Proxy

2015-05-30 Thread Amos Jeffries
On 29/05/2015 6:19 p.m., Hierony Manurung wrote: Dear Fellows, I am hitting the wall when I try Stress Testing using Apache JMeter v 2.1.3 in my Distributed Proxy Server. For my system, i am using 1 child proxy as the load balancer and 2 parent proxy to receive request from child

Re: [squid-users] Squid authetication with Google Apps

2015-05-30 Thread Nishant Sharma
Hi, Not exactly single sign on, but I had written an IMAP auth helper which can authenticate against google apps. See this: https://github.com/codemarauder/Squid-IMAPS-Auth-Helper/ It will be a Proxy-Auth with Google Apps credentials. Regards, Nishant On 30 May 2015 19:26:16 GMT+05:30,

Re: [squid-users] Squid authetication with Google Apps

2015-05-30 Thread OpenAr-IT Soluciones
Thank you Nishant. As I understand in that case the user has to use the credentials twice right?, one to authenticate in proxy and one with google apps. It is like use openldap authentication with GADS. What our customer needs is that the users can use the credentials only one time. Thanks El

Re: [squid-users] Squid authetication with Google Apps

2015-05-30 Thread Nishant Sharma
In that case you may have to look towards kerberos authentication with active directory or samba using GADS. But even in that case, domain authentication will be picked by Internet Explorer only and not by Firefox. I am not sure about chrome though. Proxy auth can't use cookies from

Re: [squid-users] Squid 3.5.4 OpenBSD workers registration timed out

2015-05-30 Thread Henri Wahl
Thanks for any hint and best regards Is there really nobody else using this combo of OpenBSD + Squid workers? Regards -- Henri Wahl IT Department Leibniz-Institut fuer Festkoerper- u. Werkstoffforschung Dresden tel: +49 (3 51) 46 59 - 797 email: h.w...@ifw-dresden.de

[squid-users] Ssl-bump deep dive (sni and access control) some success

2015-05-30 Thread James Lay
Config first: acl localnet src 192.168.1.0/24 acl SSL_ports port 443 acl Safe_ports port 80 acl Safe_ports port 443 acl CONNECT method CONNECT acl step1 at_step SslBump1 acl step2 at_step SslBump2 ssl_bump peek step1 all