Which Squid version? 2.5 or 3? What you have done should work in Squid-3, but not for 2.5. The URL format on requests received via https_port differs. In addition you most likely do not need a redirector at all with squid-3.
Regards Henrik On Fri, 13 Feb 2004, galle wrote: > 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 > > > > >
