Squid url rewrites https>>http
Posted
by
bobfran
on Server Fault
See other posts from Server Fault
or by bobfran
Published on 2010-12-31T17:24:58Z
Indexed on
2010/12/31
17:55 UTC
Read the original article
Hit count: 245
I'm exploring some uses with Squid proxy 2.7 and I have seen a good number of examples for url rewrites that take urls such as: http: //somesitename.com and then the rewriter can change the url to: https: //somesitename.com
And those examples work great.
What I'm wondering though, is if its possible to do the reverse with a squid url rewriter. that is, to go from https: //somesitename.com to http: //somesitename.com ?
Simply trying to edit the script file that handles the rewrites doesn't seem to do the trick. So I was wondering if there are some certain things I have to configure squid to do first, if its even possible to do what I am asking.
I have my browser manually set up to have squid as a proxy for all requests and I can see https requests showing up in my squid access.log file (via the CONNECT method).
© Server Fault or respective owner