> > > “http://...”;, 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