Re: [squid-users] hotmail problem

2007-10-26 Thread Matus UHLAR - fantomas
On 26.10.07 09:07, Hemant Raj Chhetri wrote: > I have implemented squid2.6STABLE16 as a > transparent proxy on freebsd6.2. The proxy is working fine it's intercepting proxy. I even wonder why it's named 'transparent' in config file. > but I am not able to login to hotmail. It works fine

RE: [squid-users] Hotmail problem (2.4STABLEx solution)

2004-12-29 Thread Angela Burrell
Yes that line works for me! Thanks! -Original Message- From: Trevor [mailto:[EMAIL PROTECTED] Sent: December 29, 2004 11:28 AM To: Angela Burrell Cc: Lucia Di Occhi; squid-users@squid-cache.org Subject: RE: [squid-users] Hotmail problem (2.4STABLEx solution) I really should double-check

RE: [squid-users] Hotmail problem (2.4STABLEx solution)

2004-12-29 Thread Trevor
gards, Trevor www.gnuguy.com -Original Message- From: Angela Burrell [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 29, 2004 7:59 AM To: Trevor Cc: Lucia Di Occhi; squid-users@squid-cache.org Subject: RE: [squid-users] Hotmail problem (2.4STABLEx solution) Thanks for your reply.

RE: [squid-users] Hotmail problem (2.4STABLEx solution)

2004-12-29 Thread Angela Burrell
D] Sent: December 28, 2004 12:11 PM To: Angela Burrell Cc: Lucia Di Occhi; squid-users@squid-cache.org Subject: RE: [squid-users] Hotmail problem (2.4STABLEx solution) This question has been answered before, but here it is again: For 2.4 (STABLE6 and STABLE7), use your editor to add a new lin

RE: [squid-users] Hotmail problem (2.4STABLEx solution)

2004-12-28 Thread Trevor
rom; Trevor Cc: Jose Gervasio Gomiz; squid-users@squid-cache.org Subject: RE: [squid-users] Hotmail problem I also have 2.4.STABLE7; I believe the Hotmail problem was resolved by MSN but I haven't turned squid back on yet. I was unable to implement the hotmail solution for the reason given be

RE: [squid-users] Hotmail problem

2004-12-28 Thread Robert Collins
On Fri, 2004-12-24 at 21:11 +, Lucia Di Occhi wrote: > I have just tried disabling the ACL > > acl hotmail_domains dstdomain .hotmail.msn.com > header_access Accept-Encoding deny hotmail_domains > > and I got the blank page again. Hotmail has not fixed it. It would be nice > to understand

RE: [squid-users] Hotmail problem

2004-12-24 Thread Henrik Nordstrom
On Fri, 24 Dec 2004, Lucia Di Occhi wrote: and I got the blank page again. Hotmail has not fixed it. It would be nice to understand what is causing the blank page from a technical perspective. Does anyone have a clue on what is causing the blank page on some browsers using transparent mode? Qu

RE: [squid-users] Hotmail problem

2004-12-24 Thread Lucia Di Occhi
anyone have a clue on what is causing the blank page on some browsers using transparent mode? From: "Angela Burrell" <[EMAIL PROTECTED]> To: "Henrik Nordstrom" <[EMAIL PROTECTED]>,"Trevor" <[EMAIL PROTECTED]> CC: "Jose Gervasio Gomiz" <[

RE: [squid-users] Hotmail problem

2004-12-24 Thread Angela Burrell
pgrade any packages in my kernel to do that? I have 2.4.18. Thanks -Original Message- From: Henrik Nordstrom [mailto:[EMAIL PROTECTED] Sent: December 22, 2004 6:56 PM To: Trevor Cc: Jose Gervasio Gomiz; squid-users@squid-cache.org Subject: RE: [squid-users] Hotmail problem On Wed, 22 Dec 20

RE: [squid-users] Hotmail problem (WORKAROUND for squid 2.4)

2004-12-23 Thread Trevor
Hello, I have also implemented the "anonymize_headers deny Accept-Encoding" in my squid.conf file, and can confirm that it works for squid 2.4STABLE7 (RedHat 2.1AS). I can now log into hotmail acounts without issue. It does not appear to adversely affect accessing other web sites. Thanks Yiu-ch

Re: [squid-users] Hotmail problem (Not only squid and IE-6)

2004-12-22 Thread Vinod Patel
- Original Message - From: "Albert Siersema" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: "Vinod Patel" <[EMAIL PROTECTED]> Sent: Wednesday, December 22, 2004 9:44 PM Subject: Re: [squid-users] Hotmail problem > > More refined app

RE: [squid-users] Hotmail problem

2004-12-22 Thread Henrik Nordstrom
On Wed, 22 Dec 2004, Trevor wrote: I get a: 2004/12/22 10:26:05| parseConfigFile: line 32 unrecognized: 'header_access Accept-Encoding deny hotmail_domains ' It looks like 2.4.STABLE7 does not support the "header_access" option. Anything similar config lines to try, before I update to 2.5? Squid-2.

RE: [squid-users] Hotmail problem

2004-12-22 Thread Angela Burrell
PROTECTED] Subject: RE: [squid-users] Hotmail problem I get a: 2004/12/22 10:26:05| parseConfigFile: line 32 unrecognized: 'header_access Accept-Encoding deny hotmail_domains ' It looks like 2.4.STABLE7 does not support the "header_access" option. Anything similar config li

RE: [squid-users] Hotmail problem

2004-12-22 Thread Trevor
al Message- From: Jose Gervasio Gomiz [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 22, 2004 8:31 AM To: [EMAIL PROTECTED] Subject: Re: [squid-users] Hotmail problem Workaround tested here. Hotmail works fine now. Thanks for the tip. - Original Message - From: "Vinod Pate

Re: [squid-users] Hotmail problem, some more diag info

2004-12-22 Thread Albert Siersema
I also tried out removing the one space and replacing the header with only gzip or only deflate. Like this: header_replace Accept-Encoding gzip I just doesn't work with any of the compression encodings enabled. (but why, what was changed at msn ?) As posted before, i'll now resort to putting this i

Re: [squid-users] Hotmail problem

2004-12-22 Thread Albert Siersema
More refined approach is : acl hotmail_domains dstdomain .hotmail.msn.com header_access Accept-Encoding deny hotmail_domains And even refiner :) acl hotmail_domains dstdomain .hotmail.msn.com acl ie6 browser MSIE[[:space:]]6 header_access Accept-Encoding deny ie6 hotmail_domains Albert

Re: [squid-users] Hotmail problem

2004-12-22 Thread Jose Gervasio Gomiz
ent: Wednesday, December 22, 2004 10:56 AM Subject: Re: [squid-users] Hotmail problem > All, > > More refined approach is : > acl hotmail_domains dstdomain .hotmail.msn.com > header_access Accept-Encoding deny hotmail_domains >

RE: [squid-users] Hotmail problem

2004-12-22 Thread Elsen Marc
> > More refined approach is : > acl hotmail_domains dstdomain .hotmail.msn.com > header_access Accept-Encoding deny hotmail_domains > > Ok, I am currently doing tests on our Public VLAN with a portable with IE accessing hotmail in transp. mode. Ok I can confirm the problem. Thx for someone

Re: [squid-users] Hotmail problem (WORKAROUND)

2004-12-22 Thread Albert Siersema
Neilson, we found a bugzilla entry about that ... add the following line to your squid.conf: header_access Accept-Encoding deny all Could you post the specific bugzilla URL as well ? TIA, Albert

Re: [squid-users] Hotmail problem (WORKAROUND)

2004-12-22 Thread Albert Siersema
That's pretty weird. Including "header_access Accept-Encoding deny all" in squid.conf seems to do the trick. However, checking what Internet Explorer vs Firefox sends: Internet Explorer - Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/vnd.ms-excel, appli

Re: [squid-users] Hotmail problem (WORKAROUND)

2004-12-22 Thread Gleidson Antonio Henriques
WORKAROUND guy ! only WORKAROUND ! - Original Message - From: "Elsen Marc" <[EMAIL PROTECTED]> To: "Neilson Henriques" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, December 22, 2004 11:59 AM Subject: RE: [squid-users] Hotmail p

Re: [squid-users] Hotmail problem

2004-12-22 Thread Vinod Patel
CTED]> Sent: Wednesday, December 22, 2004 7:16 PM Subject: RE: [squid-users] Hotmail problem > > I have this problem too, even in machines with WindowsUpdate > disabled, so I > doubt is something in IE. > Ok, but I can't see SQUID binaries having 'spontaneously

RE: [squid-users] Hotmail problem (WORKAROUND)

2004-12-22 Thread Elsen Marc
> > we found a bugzilla entry about that ... > add the following line to your squid.conf: > > ... Ok, but whatabout , for instance this thread : http://www.annoyances.org/exec/forum/winxp/1103385655 Seems people, may have been tackled by some spyware thing. Then , your squid action

RE: [squid-users] Hotmail problem

2004-12-22 Thread Elsen Marc
> > I have a sneaky suspicion this is not entirely related to > Windows update or > such. > > We've tested with a not-so-recently-updated Windows 98 (uh > huh) laptop > running IE 6.2800 or something. Well in any case, not a > system that had been > updated the couple of last weeks. > Th

RE: [squid-users] Hotmail problem

2004-12-22 Thread Elsen Marc
> > I have this problem too, even in machines with WindowsUpdate > disabled, so I > doubt is something in IE. > Ok, but I can't see SQUID binaries having 'spontaneously' changed. Perhaps something changed at hotmail or it's perimeter Internet network that causes this. M.

Re: [squid-users] Hotmail problem (WORKAROUND)

2004-12-22 Thread Neilson Henriques
we found a bugzilla entry about that ... add the following line to your squid.conf: header_access Accept-Encoding deny all - Original Message - From: "Jose Gervasio Gomiz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 22, 2004 10:36 AM Sub

Re: [squid-users] Hotmail problem

2004-12-22 Thread Albert Siersema
I have a sneaky suspicion this is not entirely related to Windows update or such. We've tested with a not-so-recently-updated Windows 98 (uh huh) laptop running IE 6.2800 or something. Well in any case, not a system that had been updated the couple of last weeks. The same blank hotmail post log

Re: [squid-users] Hotmail problem

2004-12-22 Thread Jose Gervasio Gomiz
> The cause of this issue is unclear. Some theories include > that Windowsupdate , mangled IE functionality due or not > due to a a hickup which , for instance entered DLLs 'too'. > I have this problem too, even in machines with WindowsUpdate disabled, so I doubt is something in IE.

RE: [squid-users] Hotmail problem

2004-12-22 Thread Lucia Di Occhi
" <[EMAIL PROTECTED]> To: "Mun Fai" <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> Subject: RE: [squid-users] Hotmail problem Date: Wed, 22 Dec 2004 14:14:37 +0100 > > > Hi, > > Is anyone having problems accessing hotmail? > ... Yes, many people seem to have thi

RE: [squid-users] Hotmail problem

2004-12-22 Thread Elsen Marc
> Hi, > > Is anyone having problems accessing hotmail? > >... Yes , many people are reporting this issue. Check the archives for the past 2 days. M.

RE: [squid-users] Hotmail problem

2004-12-22 Thread Elsen Marc
> > > Hi, > > Is anyone having problems accessing hotmail? > ... Yes, many people seem to have this problem; which happened quite recently. Check the archives for the past 2 days. The cause of this issue is unclear. Some theories include that Windowsupdate , mangled IE functionality due

Fwd: RE: [squid-users] hotmail problem -- SOLVED

2003-04-12 Thread Henrik Nordstrom
Subject: RE: [squid-users] hotmail problem -- SOLVED Date: Fri, 11 Apr 2003 13:54:03 +0530 From: "Raja R" <[EMAIL PROTECTED]> Reply-To: <[EMAIL PROTECTED]> To: "'Henrik Nordstrom'" <[EMAIL PROTECTED]> Hello Henrik, Finally I have solved the hotmai

RE: [squid-users] hotmail problem

2003-03-27 Thread Tom . Williams
cc: "'squid'" <[EMAIL PROTECTED]> Subject: RE: [squid-users] hotmail problem 03/27/03 04:06 AM

RE: [squid-users] hotmail problem

2003-03-27 Thread Henrik Nordstrom
Cc: [EMAIL PROTECTED] > Subject: RE: [squid-users] hotmail problem > > > Good. > > No you do not need to enable it. If you had it enabled then it may cause > problems.. > > > > tor 2003-03-27 klockan 12.06 skrev Raja R: > > No .. it is

RE: [squid-users] hotmail problem

2003-03-27 Thread Raja R
Then what do I do now or what can be the problem? -Original Message- From: Henrik Nordstrom [mailto:[EMAIL PROTECTED] Sent: Thursday, March 27, 2003 5:26 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: [squid-users] hotmail problem Good. No you do not need to enable it. If

RE: [squid-users] hotmail problem

2003-03-27 Thread Henrik Nordstrom
ilto:[EMAIL PROTECTED] > Sent: Thursday, March 27, 2003 4:03 PM > To: [EMAIL PROTECTED] > Cc: 'Patrick Kwan'; [EMAIL PROTECTED] > Subject: RE: [squid-users] hotmail problem > > > Have you enabled any HTTP anonymisation features in Squid? > (header_access in Squid-2.5).

RE: [squid-users] hotmail problem

2003-03-27 Thread Raja R
No .. it is not enabled. DO I need to enable it ? Regards, Raja. -Original Message- From: Henrik Nordstrom [mailto:[EMAIL PROTECTED] Sent: Thursday, March 27, 2003 4:03 PM To: [EMAIL PROTECTED] Cc: 'Patrick Kwan'; [EMAIL PROTECTED] Subject: RE: [squid-users] hotmail problem

RE: [squid-users] hotmail problem

2003-03-27 Thread Henrik Nordstrom
day, March 27, 2003 1:53 PM > To: [EMAIL PROTECTED]; 'Patrick Kwan' > Cc: [EMAIL PROTECTED] > Subject: Re: [squid-users] hotmail problem > > > On Thursday 27 March 2003 08.21, Raja R wrote: > > No. I tried .. doesn't help...but I have something interesting to >

RE: [squid-users] hotmail problem

2003-03-27 Thread Raja R
-- From: Henrik Nordstrom [mailto:[EMAIL PROTECTED] Sent: Thursday, March 27, 2003 1:53 PM To: [EMAIL PROTECTED]; 'Patrick Kwan' Cc: [EMAIL PROTECTED] Subject: Re: [squid-users] hotmail problem On Thursday 27 March 2003 08.21, Raja R wrote: > No. I tried .. doesn't help...but I hav

Re: [squid-users] hotmail problem

2003-03-27 Thread Henrik Nordstrom
On Thursday 27 March 2003 08.21, Raja R wrote: > No. I tried .. doesn't help...but I have something interesting to > tell.. the same squid config works fine for hotmail when the proxy > is on a dial-up ISDN line but does not work if the proxy > is put behind a firewall with static NAT. So just wond

RE: [squid-users] hotmail problem

2003-03-26 Thread Raja R
, etc) ..PLS. HELP Regards, Raja. -Original Message- From: Patrick Kwan [mailto:[EMAIL PROTECTED] Sent: Thursday, March 27, 2003 5:20 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [squid-users] hotmail problem may be the following info. help. (from squid FAQ) 11.16

Re: [squid-users] hotmail problem

2003-03-26 Thread Patrick Kwan
may be the following info. help. (from squid FAQ) 11.16 ``Hot Mail'' complains about: Intrusion Logged. Access denied. ``Hot Mail'' is proxy-unfriendly and requires all requests to come from the same IP address. You can fix this by adding to your squid.conf: hierarchy_stoplist hotmail.co

RE: [squid-users] hotmail problem

2003-03-26 Thread Raja R
ssage- From: Marc Elsen [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 26, 2003 1:35 PM To: [EMAIL PROTECTED] Cc: 'squid' Subject: Re: [squid-users] hotmail problem Raja R wrote: > > Hi , > I am posting this qtn again as I did not get any reply..pls. help me..I have > a s

Re: [squid-users] hotmail problem

2003-03-26 Thread Marc Elsen
Raja R wrote: > > Hi , > I am posting this qtn again as I did not get any reply..pls. help me..I have > a strange problem with HOTMAIL. The page says DONE before it fully loads > the page with No Display. I am using squid 2.5 stable 1 . I think the squid > is sending Finish too fast, before actu

Re: [squid-users] hotmail problem with squid-2.5

2003-03-18 Thread Henrik Nordstrom
I don't have any immediate ideas. Works for my users as far as I know. Regards Henrik Raja R wrote: > > Hi Henrik, > I am posting my qtn. again. Can u pls. help me on the below qtn. Problem > with hotmail. > > Regards, > Raja. > > -Original Message- > From: Raja R [mailto:[EMAIL PROTEC

RE: [squid-users] hotmail problem with squid-2.5

2003-03-18 Thread Raja R
Hi Henrik, I am posting my qtn. again. Can u pls. help me on the below qtn. Problem with hotmail. Regards, Raja. -Original Message- From: Raja R [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 18, 2003 3:48 PM To: 'Henrik Nordstrom' Cc: 'squid' Subject: [squid-users] hotmail problem with