Hi,
I can reach the page if I don't use the Dansguardian and I see in the
squid logs a TCP_MISS/600 that sounds like something is wrong with the
header. If I try enabling the Dansguardian I receive the page but
without any content.
The problem in the header is the wrong implementation of the field
Location. The website sends the following header:
HTTP/1.0 301 Moved Permanently
Content-Type: text/html; charset=iso-8859-1
Location: /sc-security/registrazione.html
SECURITY_CHANNEL_REQUEST: on
SECURITY_HOST: 172.21.1.175:80
SECURITY_CHANNEL_ACTIVE_STATUS: active
SECURITY_CHANNLE_REFRESH_TYPE: disabled
X-Cache: MISS from proxy2
X-Cache-Lookup: MISS from proxy2:3128
Via: 1.0 proxy2:3128 (squid/2.6.STABLE6)
Proxy-Connection: close
Location field shoud use the absoluteURI:
http://dst.domain.com/sc-security/registrazione.html.
--
Marco.