On Mon, 7 Nov 2011 22:15:31 -0000, zongo saiba wrote:
> Greetings,
>
> I have been trying for a couple of days now to have squid those 
> domains
> below but with no success at all. All of the domain below seem to 
> always go
> direct.
> Is there any possibilities to cache domain related to windows ?
> I have been strolling for days the internet but with no solution and 
> that is
> why I decided to ask for help
>
> I am using Squid 3.1.10 on FreeBSD 8.2
>
> acl windows_live dstdomain  login.live.com:443
> acl windows_live dstdomain  sync.calendar.live.com:443
> acl windows_live dstdomain  mail.services.live.com:443
> acl windows_live dstdomain  sn129ds.mail.services.live.com:443
>  acl windows_live dstdomain  contacts.msn.com:443
  ":443" is not a valid part of any domain name. These will not match 
 properly.
 Use this instead to replace all of the above lines:
   acl windows_live dstdomain .live.com contacts.msn.com
 Also, CONNECT is a request for Squid to make a tunnel DIRECT to that 
 server. To pass it through a peer instead you need to set:
   nonhierarchichal_direct off
 Amos
Received on Mon Nov 07 2011 - 23:04:47 MST
This archive was generated by hypermail 2.2.0 : Tue Nov 08 2011 - 12:00:03 MST