RE: [squid-users] HTTPS Reverse proxy with HTML contents rewrite

2003-11-11 Thread Souchon Yann
Hello ! Many thanks for your help. I found an another solution. I used Apache 2.0 with mod_ext_filter. I made a script in Perl who find the http://internal and rewrite this to https://external. I work find, even with Javascript or HTTP Post Method. Regards, Yann

Re: [squid-users] HTTPS Reverse proxy with HTML contents rewrite

2003-11-07 Thread Henrik Nordstrom
On Fri, 7 Nov 2003, Merton Campbell Crockett wrote: > It's only sent accross the Internet to the client in encrypted form. Now, > that doesn't mean in won't be slow as each http request will be redirected > to the https port. But the content won't be retrieved from the internal > server except w

Re: [squid-users] HTTPS Reverse proxy with HTML contents rewrite

2003-11-07 Thread Merton Campbell Crockett
On Fri, 7 Nov 2003, Henrik Nordstrom wrote: > On Fri, 7 Nov 2003, Merton Campbell Crockett wrote: > > > Apache using mod_rewrite would be the answer. The > > would need to have a redirect to 443. The problem will be the annoying > > notices about leaving or entering a protected site. > > I don'

Re: [squid-users] HTTPS Reverse proxy with HTML contents rewrite

2003-11-07 Thread Henrik Nordstrom
On Fri, 7 Nov 2003, Henrik Nordstrom wrote: > On Fri, 7 Nov 2003, Merton Campbell Crockett wrote: > > > Apache using mod_rewrite would be the answer. The > > would need to have a redirect to 443. The problem will be the annoying > > notices about leaving or entering a protected site. > > I do

Re: [squid-users] HTTPS Reverse proxy with HTML contents rewrite

2003-11-07 Thread Henrik Nordstrom
On Fri, 7 Nov 2003, Merton Campbell Crockett wrote: > Apache using mod_rewrite would be the answer. The > would need to have a redirect to 443. The problem will be the annoying > notices about leaving or entering a protected site. I don't see how this can be the answer. Sure, it makes things

Re: [squid-users] HTTPS Reverse proxy with HTML contents rewrite

2003-11-07 Thread Merton Campbell Crockett
On Fri, 7 Nov 2003, Henrik Nordstrom wrote: > On Fri, 7 Nov 2003, Souchon Yann wrote: > > > Apache with mod_proxy can make this very simply. > > So can Squid-2.5 and later. > > > But I have a problem, that Apache can't help me. > > > > The links on the HTML pages (WEB SERVER) are not relatives, bu

Re: [squid-users] HTTPS Reverse proxy with HTML contents rewrite

2003-11-07 Thread Henrik Nordstrom
On Fri, 7 Nov 2003, Souchon Yann wrote: > Apache with mod_proxy can make this very simply. So can Squid-2.5 and later. > But I have a problem, that Apache can't help me. > > The links on the HTML pages (WEB SERVER) are not relatives, but full. Ouch.. for this (without touching the application

Re: [squid-users] HTTPS Reverse proxy with HTML contents rewrite

2003-11-07 Thread claus
I did not ask for the addresses ... :-) But if fortunately the _name_ internal-server.domain.com would translate to the same address (not the internal one) as the _name_ external-server.domain.com on public DNS ... your problem would only be a matter of mapping http to https and that co

RE: [squid-users] HTTPS Reverse proxy with HTML contents rewrite

2003-11-07 Thread Souchon Yann
> And unfortunately internal-server.domain.com does _not_ > translate to external-server.domain.com in public DNS ??? The internal-server isn't not reacheable from internet, and SQUID PROXY is in a DMZ. Nobody can access to the internal network from internet. For security, I would like to use

Re: [squid-users] HTTPS Reverse proxy with HTML contents rewrite

2003-11-07 Thread claus
And unfortunately internal-server.domain.com does _not_ translate to external-server.domain.com in public DNS ??? Regards, Claus - Original Message - > The PROXY SQUID should be rewrite all HTML contents from > http://internal-server.domain.com to https://external-server

RE: [squid-users] HTTPS Reverse proxy with HTML contents rewrite

2003-11-07 Thread Souchon Yann
> From: "Souchon Yann" <[EMAIL PROTECTED]> > > I would like to know if Squid (stable or devel) can help me for this > > architecture : > > > > CLIENTS <-1-> PROXY SQUID <-2-> WEB SERVER > > > > Protocol on 1 : HTTPS > > Protocol on 2 : HTTP > > Is there only 1 WebServer ? Yes, I have only 1 WE

Re: [squid-users] HTTPS Reverse proxy with HTML contents rewrite

2003-11-07 Thread claus
From: "Souchon Yann" <[EMAIL PROTECTED]> > I would like to know if Squid (stable or devel) can help me for this > architecture : > > CLIENTS <-1-> PROXY SQUID <-2-> WEB SERVER > > Protocol on 1 : HTTPS > Protocol on 2 : HTTP Is there only 1 WebServer ? Do the clients use PROXY SQUID also for oth

[squid-users] HTTPS Reverse proxy with HTML contents rewrite

2003-11-07 Thread Souchon Yann
Hello, I would like to know if Squid (stable or devel) can help me for this architecture : CLIENTS <-1-> PROXY SQUID <-2-> WEB SERVER Protocol on 1 : HTTPS Protocol on 2 : HTTP Apache with mod_proxy can make this very simply. But I have a problem, that Apache can't help me. The links on the H