RE: [squid-users] Force SSL when used as an accelerator

From: Griffiths, Daniel <daniel.griffiths@dont-contact.us>
Date: Thu, 24 Feb 2005 11:00:28 -0000

Thanks, works great. OWA uses frames and they seem to be hard coded to use http:// however so will need to work around that somehow.

Cheers

Dan

-----Original Message-----
From: Henrik Nordstrom [mailto:hno@squid-cache.org]
Sent: 23 February 2005 22:36
To: Griffiths, Daniel
Cc: squid-users@squid-cache.org
Subject: Re: [squid-users] Force SSL when used as an accelerator

On Wed, 23 Feb 2005, Griffiths, Daniel wrote:

> I want to force ssl to be used when using squid in accelerator mode. I
> have everything set up and running nicely, I am using squid to forward
> on external requests to a machine running outlook web access (OWA), this
> works fine using http and https but what i want is to force the
> connection to https when people try to connect via http.
>
> can this be done? how?

Here is one way:

acl port80 myport 80
http_access deny port80
deny_info https://your.server.name/ port80

Regards
Henrik
Received on Thu Feb 24 2005 - 04:02:36 MST

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