hello, i have configured squid to reverse-proxy an internet connection going into my internal exchange server. the squid configuration section is like this one: ############################## # ip 10.0.1.1 - squid server # ip 10.0.1.2 - ms-exchange server https_port 10.0.1.1:443 cert=/etc/squid3/geotrust_cert.pem defaultsite=mail.my-domain.com cache_peer 10.0.1.2 parent 443 0 no-query originserver login=PASS ssl sslcert=/etc/squid3/selfsigned.pem name=exchangeServer acl EXCH dstdomain .rpc_domain_name cache_peer_access exchangeServer allow EXCH cache_peer_access exchangeServer deny all never_direct allow EXCH http_access allow EXCH http_access deny all miss_access allow EXCH miss_access deny all ############################## but, when i try to connect from the internet i receive a denying page, and the cache log says: TCP_DENIED/403 3861 GET https://mail.my-domain.com/owa - NONE/- text/html thanks in advance for someone who could help me find what is wrong with that config. regards, sidnei