[squid-users] Accelerator http to https

Amos Jeffries squid3 at treenet.co.nz
Thu Nov 24 13:58:16 UTC 2016


On 24/11/2016 9:31 p.m., Eliezer Croitoru wrote:
> Amos,
> 
> I'm not sure I understood:
> Redirect using url_rewrite helper which will rewrite(transparently) to some special url\page?

No, not rewrite. Redirect ...

With a 30x status code. URL helpers have always been able to redirect,
just by prefixing the absolute-URL with the status code to use in the
redirect response.

deny_info does the same, just a little bit faster since it dont need to
wait for a helper lookup.

Since the client is informed about the scheme change it is perfectly
fine to use redirection (not rewrite) to change between http:// and
https:// (or to any other scheme).

Amos



More information about the squid-users mailing list