AW: [squid-users] exchange 2k and 2.5 ssl reverse proxy

From: mailinglists <mailinglists@dont-contact.us>
Date: Tue, 1 Apr 2003 11:50:49 +0200



> OWA knows about a custom Front-End-Https header for this purpose.
>
> The SSL update to Squid-2.5 adds partial support for this
> header via the
> cache_peer directive and may work for your purposes (combine
> cache_peer
> to the OWA server and never_direct to have the requests forwarded via
> cache_peer in an accelerator).
>
> Things are a little more obvious in the upcoming Squid-3.0 release
> however..

Yes, that's right. This is my config below:

acl all src 0.0.0.0/0.0.0.0
http_access allow all
#http_port 80
https_port 443 cert=/keys/key.pem
httpd_accel_host ip.address.of.exchange.srvr
httpd_accel_port 80
httpd_accel_single_host on
httpd_accel_with_proxy off
httpd_accel_uses_host_header off

What exactly do you intend to do? Could you please put the lines mean in my config?

Thanks & regards,
Philipp
Received on Tue Apr 01 2003 - 02:51:32 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:14:34 MST