> > > “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 - 16:40:43 MST
This archive was generated by hypermail 2.2.0 : Mon Feb 23 2009 - 12:00:01 MST