Re: [squid-users] R: [squid-users] Reverse proxy on Mail Server

From: Henrik Nordstrom <henrik@dont-contact.us>
Date: Thu, 21 Dec 2006 16:32:40 +0100

tor 2006-12-21 klockan 13:04 +0100 skrev Reale Marco:
> Hi Laurikainen
>
> I'd like to configure a reverse proxy for exchange OWA but I know it is quite difficult.

Difficult?

http_port 80 defaultsite=the.public.hostname
cache_peer ip.of.owa 80 0 no-query originserver

extension_methods RPC_IN_DATA RPC_OUT_DATA

should do it.

the.public.hostname is the hostname clients request from the Internet.

If you want to encrypt the traffic browser->squid then use https_port
instead of http_port, give it an appropriate SSL certificate, and add
the front-end-https=auto option to cache_peer. If encryption squid->OWA
as well then don't add the front-end-https option instead change the
port number to the https port of your owa (usually 443) and add the ssl
option instead.

Regards
Henrik

Received on Thu Dec 21 2006 - 08:32:48 MST

This archive was generated by hypermail pre-2.1.9 : Mon Jan 01 2007 - 12:00:01 MST