It will be a  reverse proxy ....
Can you give me some tips to achieve this:
client -- (https://site1) --> Squid --- (https://site2) ---> origin server

Should i use a redirector ???
Which will be the correct sintax ?

#!/usr/bin/perl
$|=1;
while (<>) {
[EMAIL PROTECTED]://[EMAIL PROTECTED]://funciona.casa.ar@;                   <-works
[EMAIL PROTECTED]://[EMAIL PROTECTED]://[EMAIL PROTECTED]@;       <- doesnt work
[EMAIL PROTECTED]://[EMAIL PROTECTED]://nofunca2.casa.ar@;         <- doesnt work
print;
}

Thanks For your help
Galle




----- Original Message -----
From: Henrik Nordstrom <[EMAIL PROTECTED]>
To: galle <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, February 11, 2004 11:06 PM
Subject: Re: [squid-users] redirect HTTPS requests


> On Wed, 11 Feb 2004, galle wrote:
>
> > I am trying to use Squid  2.5S4 with a redirector script in order to
> > redirect https requests for site1 to site2.
> >
> > /client -- (https://site1) --> Squid --- (https://site2) ---> origin
server
> > /
>
> Is this Squid an Internet proxy for the client, or a reverse
> proxy/accelerator for site1?
>
> > Is it possible ?
>
> yes.
>
> Regards
> Henrik
>
>

Reply via email to