This is what the Proxy creates:
Code: Select all
./squidclient -p 80 -h <ip omitted> -v http://assign.stanford.edu
Request: 'GET http://assign.stanford.edu HTTP/1.0
Host: assign.stanford.edu
Accept: */*
Accept: */*
'
HTTP/1.0 502 Bad Gateway
Server: squid/3.1.0.13
Mime-Version: 1.0
Date: Wed, 05 Aug 2009 10:08:46 GMT
Content-Type: text/html
Content-Length: 3147
X-Squid-Error: ERR_INVALID_RESP 0
X-Cache: MISS from proxy.unibe.ch
Via: 1.0 xyz.unibe.ch (squid/3.1.0.13)
Proxy-Connection: close
Is there anything I can do to resolve this?The following server didn't issue a Date: header in the correct format (possibly not at all) for at least one request. Please ask the suppliers of your Web server software to fix this problem.
* assign.stanford.edu
This object will be considered stale, because it doesn't have any freshness information assigned. It doesn't have a validator present. It will be revalidated on every hit, because it has a Cache-Control: no-cache header. It doesn't have a Content-Length header present, so it can't be used in a HTTP/1.0 persistent connection. The Web server didn't send a Date header for this object, which may cause problems.