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@xxxxxxxxxxxxxxx] Sent: 23 February 2005 22:36 To: Griffiths, Daniel Cc: squid-users@xxxxxxxxxxxxxxx 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