> 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

Reply via email to