On Mon, 22 Nov 2004, Debelius, Brian wrote:

Hello,

I need some help configuring squid for an OWA front end.  I have combed the
archives and still do not have a good feel on how to do this.

Which of the following is the correct connect method?

#Squid handling SSL
Client (443)-> Squid (80) -> OWA

#Client SSL's to squid, Squid SSL's to Exchange
Client (443) -> Squid (443) -> OWA

Either of the above two is correct.

The first requires Squid-3 due to OWA requiring certain custom headers when fronted by an "SSL accelerator" taking care of the SSL part.

The second requires Squid-3, or the SSL update to Squid-2.5 as standard Squid-2.5 does not know how to initiate SSL connections.

#Squid passing client SSL to Exchange to handle
Client (443) -> Squid -> (443) OWA

This is pointless to do via Squid. Just NAT forward the traffic to your OWA.


Regards
Henrik

Reply via email to