On Tue, 2004-11-23 at 02:56, 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 >
I think it's pointless to get squid to handle https(443) requests. (I may be wrong) but this one would be correct #Squid passing client SSL to Exchange to handle > Client (443) -> Squid -> (443) OWA Which version of squid do I need to use? > How do I configure my squid.conf for this? I think you need to look at squid's acls list. (Safe_ports) it uses CONNECT by default for 443. -- Ow Mun Heng Gentoo/Linux on D600 1.4Ghz CPU kernel 2.6.9-gentoo-r4 Neuromancer 10:50:24 up 1:40, 6 users, load average: 0.23, 0.16, 0.32
