RE: [squid-users] Reverse proxy with LDAP authentication

2008-09-30 Thread Andrew Struiksma
At the top of the config after http_port 80 add these: acl port80 myport 80 deny_info https://site.company.org port80 http_access deny port80 That will cause squid itself to send a 3xx moved fake 'error' message to all port 80 requests. The users browser will then automatically

Re: [squid-users] Reverse proxy with LDAP authentication

2008-09-30 Thread Amos Jeffries
Andrew Struiksma wrote: At the top of the config after http_port 80 add these: acl port80 myport 80 deny_info https://site.company.org port80 http_access deny port80 That will cause squid itself to send a 3xx moved fake 'error' message to all port 80 requests. The users browser will

Re: [squid-users] Reverse proxy with LDAP authentication

2008-09-27 Thread Amos Jeffries
Andrew Struiksma wrote: Here is the main part of my config: http_port 80 defaultsite=site.company.org https_port 443 cert=/etc/ssl/certs/company.org.cert \ key=/etc/ssl/certs/company.org.key \ defaultsite=site.company.org cache_peer site.company.org parent 443 0 no-query \

RE: [squid-users] Reverse proxy with LDAP authentication

2008-09-26 Thread Andrew Struiksma
Here is the main part of my config: http_port 80 defaultsite=site.company.org https_port 443 cert=/etc/ssl/certs/company.org.cert \ key=/etc/ssl/certs/company.org.key \ defaultsite=site.company.org cache_peer site.company.org parent 443 0 no-query \

RE: [squid-users] Reverse proxy with LDAP authentication

2008-09-25 Thread Andrew Struiksma
-Original Message- From: Henrik Nordstrom [mailto:[EMAIL PROTECTED] Sent: Friday, September 19, 2008 2:31 PM To: Andrew Struiksma Cc: 'squid-users@squid-cache.org' Subject: Re: [squid-users] Reverse proxy with LDAP authentication On fre, 2008-09-19 at 13:04 -0700, Andrew Struiksma

RE: [squid-users] Reverse proxy with LDAP authentication

2008-09-25 Thread Amos Jeffries
-Original Message- From: Henrik Nordstrom [mailto:[EMAIL PROTECTED] Sent: Friday, September 19, 2008 2:31 PM To: Andrew Struiksma Cc: 'squid-users@squid-cache.org' Subject: Re: [squid-users] Reverse proxy with LDAP authentication On fre, 2008-09-19 at 13:04 -0700, Andrew Struiksma

RE: [squid-users] Reverse proxy with LDAP authentication

2008-09-22 Thread Andrew Struiksma
-Original Message- From: Henrik Nordstrom [mailto:[EMAIL PROTECTED] Sent: Friday, September 19, 2008 2:31 PM To: Andrew Struiksma Cc: 'squid-users@squid-cache.org' Subject: Re: [squid-users] Reverse proxy with LDAP authentication On fre, 2008-09-19 at 13:04 -0700, Andrew Struiksma

RE: [squid-users] Reverse proxy with LDAP authentication

2008-09-22 Thread Amos Jeffries
-Original Message- From: Henrik Nordstrom [mailto:[EMAIL PROTECTED] Sent: Friday, September 19, 2008 2:31 PM To: Andrew Struiksma Cc: 'squid-users@squid-cache.org' Subject: Re: [squid-users] Reverse proxy with LDAP authentication On fre, 2008-09-19 at 13:04 -0700, Andrew Struiksma

Re: [squid-users] Reverse proxy with LDAP authentication

2008-09-19 Thread Henrik Nordstrom
On fre, 2008-09-19 at 13:04 -0700, Andrew Struiksma wrote: We have a company intranet server running Apache2 on Debian 4. Currently it is only available on our LAN. We would like to make it available outside our LAN. However, we want users to have to authenticate against our Active Directory