Re: [squid-users] Redirects with Squid

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Sat, 22 Nov 2003 00:22:49 +0100 (CET)

On Fri, 21 Nov 2003 reed@mail.utexas.edu wrote:

> if (m@^https://utdirect.utexas.edu/utdirect/index.WBX?t=MYHOME@ ||

You can't match on https URLs in a Internet proxy. The proxy only knows
which server the browser wants to connect to (utdirect.utexas.edu) not
what on that server is being requested. The request as such is encrypted
by SSL and unavailable to the proxy (encrypted).

What you can do is to respond with a browser-redirect in response to
CONNECT request if desired.

Regards
Henrik
Received on Fri Nov 21 2003 - 16:22:53 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:21:32 MST