I think url_rewrite_access is not supported by Squid 2.5 and supported on Squid 2.6+.
I was looking and I found this http://www.squid-cache.org/mail-archive/squid-users/200502/0150.html but I do not want to limit access on port 80.
Any ideas?
Thank you,
Roberto O. Fernández Crisial
-----Original Message-----
From: John Doe [mailto:jdmls_at_yahoo.com]
Sent: Lunes 23 de Febrero de 2009 14:41
To: squid-users_at_squid-cache.org
Subject: Re: [squid-users] No SSL to SSL redirection problem
> > > “http://...%e2%80%9d, even after be matched with script, and makes an infinite loop
> > > requests (the script redirects to https but the Squid take it as http and
> > > make the redirection again). What I can do? How can I make the “http” to
> > > “https” to work fine?
> >
> > What is your acl for the rewrite?
> > Maybe that would prevent the loops...
> >
> > url_rewrite_access allow !SSL_ports
> >
> I do not have a line " url_rewrite_access allow !SSL_ports" I have one like
> this "http_access deny CONNECT !SSL_ports"..
This access is just basic security.
I was suggesting:
url_rewrite_access allow !SSL_ports
in order to only rewrite non-https URLs.... to avoid the loops.
JD
Received on Mon Feb 23 2009 - 17:12:36 MST
This archive was generated by hypermail 2.2.0 : Tue Feb 24 2009 - 12:00:01 MST