tor 2006-04-20 klockan 12:03 +0100 skrev Tony:
> Hi
>
> It seems when going through our squid server users aren't able to play the
> online game at www.runescape.com.
>
> After some investigation I see that the game runs on ports 43594 and 43595,
> so I added these to the squid.conf safe ports.
>
> However the following message is shown in the web browser:
> Invalid Response
The web server is broken.. it sends a malformed Set-Cookie header.
Set-Cookie: RSORIGIN=runescape; path=/; domain=.runescape.com; Expires=Fri, 20-Apr-2007 13:33:00 GMT
; Max-Age=31536000
Set-Cookie: serverlist_order=MLPW; path=/; domain=.runescape.com; Expires=Fri, 20-Apr-2007 13:33:00 GMT
; Max-Age=31536000
which should be
Set-Cookie: RSORIGIN=runescape; path=/; domain=.runescape.com; Expires=Fri, 20-Apr-2007 13:33:00 GMT; Max-Age=31536000
Set-Cookie: serverlist_order=MLPW; path=/; domain=.runescape.com; Expires=Fri, 20-Apr-2007 13:33:00 GMT; Max-Age=31536000
however, current Squid version accepts this server with only complaints
in cache.log.
Regards
Henrik
This archive was generated by hypermail pre-2.1.9 : Mon May 01 2006 - 12:00:02 MDT