ons 2006-12-06 klockan 13:59 +0200 skrev Emil Ungurean:
> I've googled around a lot trying to find a "working" answer how can I
> actually redirect from http to https, from the redirector program. I would
> like not to mess with the squid.conf if that's possible.
If you want the browser to go to the https site then
print "301:https://www.example.com\n";
If you want the browser to continue using HTTP, but Squid to switch to
https then return the https URL you want Squid to go to (2.6 or later).
Regards
Henrik
This archive was generated by hypermail pre-2.1.9 : Mon Jan 01 2007 - 12:00:01 MST