Re: [squid-users] redirect HTTPS requests

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Fri, 13 Feb 2004 16:39:11 +0100 (CET)

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 (<>) {
> s@http://10.11.130.132@http://funciona.casa.ar@; <-works
> s@https://10.11.130.133@http://nofunca.casa.ar@ssl=1@; <- doesnt work
> s@https://10.11.130.134@https://nofunca2.casa.ar@; <- doesnt work
> print;
> }
>
> Thanks For your help
> Galle
>
>
>
>
> ----- Original Message -----
> From: Henrik Nordstrom <hno@squid-cache.org>
> To: galle <galle@mecon.gov.ar>
> Cc: <squid-users@squid-cache.org>
> 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
> >
> >
>
Received on Fri Feb 13 2004 - 08:39:19 MST

This archive was generated by hypermail pre-2.1.9 : Mon Mar 01 2004 - 12:00:02 MST