Re: [squid-users] Https redirection

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Sat, 22 Oct 2005 10:03:18 +0200 (CEST)

On Fri, 21 Oct 2005, Matus UHLAR - fantomas wrote:

> Redirect users connecting via HTTP to other address using acl and deny_info
> (acl will disable HTTP connection, deny_info will send redirection to HTTPS
> page) or redirector: http://www.squid-cache.org/Doc/FAQ/FAQ.html#toc15.5

And to detect the http_port you use the myport acl.

acl httpport myport 80
http_access deny httpport
deny_info https://www.example.com/ httpport

Regards
Henrik
Received on Sat Oct 22 2005 - 02:03:21 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Nov 01 2005 - 12:00:05 MST