Hi, I have been working with squid 3 for a few days now, I don't want to bother you guys with questions that have already been answered a million times but here goes. Is there a good post of a squif.conf for using squid3 as an SSL front-end?
Does the URL in the browser have to be the FQDN of the exchange server or does squid take care of the url translation? Example: Squid server: https://10.0.0.1:3129 Exchange server (from https_port in conf): exchange.domain.com Can I go to https://10.0.0.1:3129/exchange to communticate with http://exchange.domain.com/exchange ? Or do I have to have DNS point to my squid server as exchange.domain.com? Here is the changes to the default squid.conf I am using: https_port 3129 accel defaultsite=exchange.domain.com cert=/usr/local/squid/etc/squid.pem protocol=http cache_peer exchangeIP parent 80 0 no-query originserver front-end-https=on login=PASS name=exchange-https cache_peer_access exchange-https allow http always_direct allow all acl http proto http cache_peer_access exchange-https allow http Currently, if I go to https://10.0.0.1:3129 I get whatever is in the root of my exchange server (iis Under construction) If I go to https://10.0.0.1:3129/exchange, I get the Basic Authentication Login. After entering the login is says I'm leaving secure connection then I get page cannot be displayed. Thank you for any help. Alex Zlaten
