On Tue, 15 Feb 2005, Brad Taylor wrote:
Using squid in reverse proxy mode I'm able to force https by the following (Thanks to Henrik):
http_access deny port80 deny_info https://www.your.site/ port80
This works great but does not maintain full URL (query stings, etc)
Correct. This is intentional by the deny_info directive. It is not a general redirection, but a redretion to "access denied" page.
See the deny_info description for alternatives.
Regards Henrik