[squid-users] Problem compile SSL with Squid 3.0

2004-04-19 Thread Alfredo Pulido
Hi peolple, I want make this with Squid. The original scenary is: I have a PC with Certificate SSL configured inside Internet Explorer. This certificate is necesary when I visit www.xx.com PC (Certificate SSL inside Internet Explorer) ---> www.xx.com now I want change this

Re: [squid-users] Problem compile SSL with Squid 3.0

2004-04-19 Thread Henrik Nordstrom
On Mon, 19 Apr 2004, Alfredo Pulido wrote: > Many or any PC without Certificate. Config the Certificate in the > Squid and Squid connect to www.xx.com and authenticate connection. > > Any PC (Client) -> Squid/Certificate SSL > www.xx.com > > Is possible last scenary? Ho

Re: [squid-users] Squid as HTTP accelerator

2004-04-19 Thread Daniel Czarnecki
Hi Guys, Currently the setup works for a single domain name. However I want it to work for multiple and also each domain is associated to a different back end server. Kind Regards, Dan Sunil S wrote: I suppose what Henrik has written is the MOST appropriate, Please try that out. I am now usi

[squid-users] how to redirect a URL to another ?

2004-04-19 Thread Tolga YAMAN
Hi, i want to redirect a url to another url without using squidguard. is there a way in squid.conf ? for example: when my user request for www.xyz.com i want them to get www.squid-cache.org

RE: [squid-users] how to redirect a URL to another ?

2004-04-19 Thread Elsen Marc
> Hi, > > i want to redirect a url to another url without using squidguard. > is there a way in squid.conf ? > > > for example: > when my user request for www.xyz.com i want them to get www.squid-cache.org http://www.squid-cache.org/Doc/FAQ/FAQ-15.html M.

RE: [squid-users] Re: Help, Squid ACL regex_url BYPASSS

2004-04-19 Thread Mike Mitchell
I use a pattern of \.bz2(\?.*)?$ Which matches '.bz2' at the end of a URL or '.bz2?' followed by anything. The un-escaped '?' matches 0 or 1 occurrence of the pattern in parenthesis, which in this case is a question-mark followed by zero or more characters. Mike Mitchell -Original Me

[squid-users] How to specific 2 Ip on one acl

2004-04-19 Thread Net Mail
hi how to for setup in 1 acl 2 single ip, for example: acl adminIp src xxx.xxx.xxx.3 and xxx.xxx.xxx.43 ?? thanks - Andrea S. IT :: El.Mo S.p.A.

[squid-users] Balancing internet traffic

2004-04-19 Thread Ruben Ibarra
I have: ISP#1 ISP#2 squid#1 squid#2 All the proxy clients have configured the squid#1, and I have on squid.conf: cache_peer squid#2 sibling8000 3130 proxy-only How can I configure squid to balance the internet traffic between the two ISP's?? Also, if the ISP#1 go down

[squid-users] Re: authenticate access to website using WEBMIN

2004-04-19 Thread Adam Aube
novelit wrote: > When configuring webmin to authenticate access to website, i get this > error message > IGNORING: Proxy Auth ACL 'acl priv_auth proxy_auth REQUIRED' because no > authentication schemes are fully configured. The error message tells all - you haven't fully configured any authenti

[squid-users] Error setting CA certificate locations

2004-04-19 Thread remigio_conti
Hi I would use Squid in accelerator mode with ssl (for now only with server certificate) . I use squid Version 3.0-PRE3-20040419. This is my directive in squid.conf: http_port 80 accel vport https_port 443 cert=/etc/ssl/reverse.parmalat.com.crt key=/etc/ssl/reverse.parmalat.com.key

Re: [squid-users] Error setting CA certificate locations

2004-04-19 Thread Eric Kahklen
-PRE3-20040419. This is my directive in squid.conf: http_port 80 accel vport https_port 443 cert=/etc/ssl/reverse.parmalat.com.crt key=/etc/ssl/reverse.parmalat.com.key defaultsite=reverse.parmalat.com sslproxy_capath /etc/ssl The CA file is cacert.pem in /etc/ssl When i start squid the following

[squid-users] FTP transparent proxy ?

2004-04-19 Thread ThE LinuX_KiD
Hi, I want to make a FTP Cache with squid. When in a host client, I put manually IP and port squid server, I've not problems and squid works. How ever, when I put a iptables rule to make FTP transparent (like http 80 port, in web case), I can't retrieve FTP files from squid. Somebody tell me t

Re: [squid-users] snmp cpu usage not working?

2004-04-19 Thread Andreas Pettersson
Ah, seems to work :) Thanks. /Andreas - Original Message - From: "Henrik Nordstrom" <[EMAIL PROTECTED]> To: "Andreas Pettersson" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Saturday, April 17, 2004 6:27 PM Subject: Re: [squid-users] snmp cpu usage not working? > On Sat, 17 Apr 2

[squid-users] OpenBSD hang problem

2004-04-19 Thread Daniel Corbe
Anyone have an issue with OpenBSD and PF transpernt proxying where squid simply stops responding to requests after a little while? Eventually the box grinds to a halt and needs to be rebooted.

Re: [squid-users] OpenBSD hang problem

2004-04-19 Thread Darren Spruell
Daniel Corbe wrote: Anyone have an issue with OpenBSD and PF transpernt proxying where squid simply stops responding to requests after a little while? Eventually the box grinds to a halt and needs to be rebooted. I'm running squid-2.5.STABLE1-transparent and squidguard-1.2.0 with db-3.3.11 and

[squid-users] Windows passthrough auth and login prompts

2004-04-19 Thread Darren Spruell
We run squid for some clients that need to access partners' websites that are set up to authenticate users using NTLM. (At least, we see their servers passing the following headers:) Server: Microsoft-IIS/5.0 WWW-Authenticate: Negotiate WWW-Authenticate: NTLM I understand that transparent pas

Re: [squid-users] OpenBSD hang problem

2004-04-19 Thread Anthony Ogburn
Daniel Corbe wrote: Anyone have an issue with OpenBSD and PF transpernt proxying where squid simply stops responding to requests after a little while? Eventually the box grinds to a halt and needs to be rebooted. Yes, I am having similiar problems, only the OS is Linux. Can you give some more

[squid-users] Squid Apache and REMOTE_ADDR problem

2004-04-19 Thread Ted Ronau
We have a commercial application we use that uses the REMOTE_ADDR for authentication. We updated to the Apache 2 web server about the same time as our IS dept. = installed a Secure Computing Sidewinder using Squid 2.4.S6. The error is sporadic, but when the application editor signs on, they may =

[squid-users] Re: How to specific 2 Ip on one acl

2004-04-19 Thread Adam Aube
Net Mail wrote: > how to for setup in 1 acl 2 single ip, for example: > acl adminIp src xxx.xxx.xxx.3 and xxx.xxx.xxx.43 ?? acl adminIp src x.x.x.3 x.x.x.43 This is documented in the Access Controls FAQ: http://www.squid-cache.org/Doc/FAQ/FAQ-10.html Adam

[squid-users] Error with Squid_LDAP_Auth.exe on Win2K

2004-04-19 Thread Helpdesk
Hello, I am setting-up a Squid proxy (Squid 2.5STABLE5 from Acme Consulting) on Win2K SP-4. Because the box is in a DMZ and not a member of the Active Directory Domain, I have decided to use Squid_LDAP_Auth.exe to authorize my users against our AD Tree. (At this time, all users with a valid Dom

[squid-users] ACL

2004-04-19 Thread David Kandou
Dear all, I'm new for squid and right now i want to know about ACL, can anybody help me to tell me where can i get details documentation for ACL for squid. Thank's David Kandou

Re: [squid-users] how to redirect a URL to another ?

2004-04-19 Thread Henrik Nordstrom
On Mon, 19 Apr 2004, Tolga YAMAN wrote: > i want to redirect a url to another url without using squidguard. > is there a way in squid.conf ? deny access to the original URL and use deny_info to rewrite it to the new URL. Regard Henrik

Re: [squid-users] How to specific 2 Ip on one acl

2004-04-19 Thread Henrik Nordstrom
On Mon, 19 Apr 2004, Net Mail wrote: > how to for setup in 1 acl 2 single ip, for example: > acl adminIp src xxx.xxx.xxx.3 and xxx.xxx.xxx.43 ?? acl adminIP src xxx.xxx.xxx.3 xxx.xxx.xxx.43 Regards Henrik

Re: [squid-users] Error setting CA certificate locations

2004-04-19 Thread Henrik Nordstrom
On Mon, 19 Apr 2004 [EMAIL PROTECTED] wrote: > 2004/04/19 17:34:18.304| Error error setting CA certificate locations: > error::lib(0):func(0):reason(0) > 2004/04/19 17:34:18.304| continuing anyway... This is a harmless warning and can be ignored. Regards Henrik

Re: [squid-users] FTP transparent proxy ?

2004-04-19 Thread Henrik Nordstrom
On Mon, 19 Apr 2004, ThE LinuX_KiD wrote: > Somebody tell me that Squid in FTP transparnet mode > doen't work, is that true ? what can I do ? Squid is a HTTP proxy. FTP is not HTTP. See frox. Regards Henrik

[squid-users] Squid 2.5 with NTLM Auth (Samba3) Locking out Accounts in Active Directory

2004-04-19 Thread Anthony Giggins
We are currently having an issue with account lock-outs which appear to be caused intermittantly by squid. It seems to mostly affect users logging into secure sites (ie. hotmail etc) but it doesn't seem to souly affect secure sites. We're running Redhat 9.0 and squid 2.5/samba 3.0 was installed

Re: [squid-users] Windows passthrough auth and login prompts

2004-04-19 Thread Henrik Nordstrom
On Mon, 19 Apr 2004, Darren Spruell wrote: > We run squid for some clients that need to access partners' websites > that are set up to authenticate users using NTLM. (At least, we see > their servers passing the following headers:) > > Server: Microsoft-IIS/5.0 > WWW-Authenticate: Negotiate

Re: [squid-users] Error with Squid_LDAP_Auth.exe on Win2K

2004-04-19 Thread Henrik Nordstrom
On Tue, 20 Apr 2004, Helpdesk wrote: > Whenever I run the Squid_LDAP_Auth.exe program (either from command line > or from Squid) I get an error stating "Squid_LDAP_Auth.exe - Application > Error. The instruction at 0x77952d58 referenced memory at 0x0011. Not a good sign. The squid_ldap_auth.e

Re: [squid-users] ACL

2004-04-19 Thread Henrik Nordstrom
On Tue, 20 Apr 2004, David Kandou wrote: > I'm new for squid and right now i want to know about ACL, can anybody help > me to tell me where can i get details documentation for ACL for squid. Squid FAQ: Chapter 10 Access Control http://www.squid-cache.org/Doc/FAQ/FAQ-10.html> Squid Users Guide:

Re: [squid-users] Squid 2.5 with NTLM Auth (Samba3) Locking out Accounts in Active Directory

2004-04-19 Thread Henrik Nordstrom
On Tue, 20 Apr 2004, Anthony Giggins wrote: > We are currently having an issue with account lock-outs which appear to be caused > intermittantly by squid. It seems to mostly affect users logging into secure sites > (ie. hotmail etc) but it doesn't seem to souly affect secure sites. Which versio

Re: [squid-users] Squid 2.5 with NTLM Auth (Samba3) Locking outAcco unts in Active Directory

2004-04-19 Thread Anthony Giggins
Oh ok we are currently running the version below I will upgrade as suggested Squid Cache: Version 2.5.STABLE4 configure options: --prefix=/usr --datadir=/usr/share --localstatedir=/var --sysconfdir=/etc/squid --infodir=/usr/share/info --mandir=/usr/share/man --enable-snmp --enable-ssl --enable-

RE: [squid-users] Error with Squid_LDAP_Auth.exe on Win2K

2004-04-19 Thread Helpdesk
Thanks Henrik, I appreciate you getting back to me so quickly. Can you recommend a place to either get a precompiled Squid_LDAP_Auth.exe or instructions on how to compile Squid_LDAP_Auth.exe? My compiling skills are pretty weak so my preference would be to get a precompiled binary from a truste

RE: [squid-users] Error with Squid_LDAP_Auth.exe on Win2K

2004-04-19 Thread Henrik Nordstrom
On Tue, 20 Apr 2004, Helpdesk wrote: > Can you recommend a place to either get a precompiled > Squid_LDAP_Auth.exe or instructions on how to compile > Squid_LDAP_Auth.exe? My compiling skills are pretty weak so my > preference would be to get a precompiled binary from a trusted source. Guidos NT

RE: [squid-users] Error with Squid_LDAP_Auth.exe on Win2K

2004-04-19 Thread Helpdesk
Unfortunately, I am already using Guidos NT port of Squid. (Well not really unfortunately, since everything else seems to be working pretty well... :) ) I have tried both of the 2.5STABLE5 downloads and a 2.5STABLE4 download. The two STABLE5 binaries gave me the same application error. (They ha