[squid-users] reverse proxy shows error 403 denied

From: Sidnei Moreira <sidneimoreira2_at_gmail.com>
Date: Thu, 8 Sep 2011 10:29:40 -0400

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
Received on Thu Sep 08 2011 - 14:32:17 MDT

This archive was generated by hypermail 2.2.0 : Fri Sep 09 2011 - 12:00:02 MDT