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 with 
 windows vista but there is a problem with other O.S like 
 windows xp, ubuntu, fedora.

did you try to configure browsers to use proxy?

 Is there a way by to bypass 
 proxy in order to make hotmail work.

yes, but not with squid. configure your routers to pass hotmail
traffic directly.


-- 
Matus UHLAR - fantomas, [EMAIL PROTECTED] ; http://www.fantomas.sk/
Warning: I wish NOT to receive e-mail advertising to this address.
Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.
Linux - It's now safe to turn on your computer.
Linux - Teraz mozete pocitac bez obav zapnut.


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

2004-12-29 Thread Angela Burrell
Thanks for your reply. When I added that line my squid came back with

2004/12/29 10:12:17| parseConfigFile: line 53 unrecognized: 'header_access
Accept-Encoding deny all'

Do you mean http_access?

Thanks!

-Original Message-
From: Trevor [mailto:[EMAIL PROTECTED]
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 line to your
/etc/squid/squid.conf (it may be somewhere else) file.

Add the following line:
header_access Accept-Encoding deny all

Save your file and restart squid.  I use service squid restart (RH2.1AS).
That's it.  2.4 cannot support ACL's in the header access line (only 2.5+
can).

-- Trevor.
www.gnuguy.com



-Original Message-
From: Angela Burrell [mailto:[EMAIL PROTECTED]
Sent: Friday, December 24, 2004 1:00 PM
To: Henrik Nordstrom; 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 below.

I would consider to update my squid; but the instructions on the Squid FAQ
site don't make sense to me (run 3 squid servers at once or something, then
you upgrade one, but with no instructions on how to do it.)

Since upgrading would supposedly enable the Hotmail workaround, could
someone please point me to a *good* tutorial on how to do it (withOUT the
FAQ, thanks). Also, Do I need to upgrade 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 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.4 has something similar, but I do not remember what it was.
Something about anonymization.

You really should update..

Regards
Henrik


--
No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.296 / Virus Database: 265.6.4 - Release Date: 12/22/2004

--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.296 / Virus Database: 265.6.6 - Release Date: 12/28/2004



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

2004-12-29 Thread Trevor
I really should double-check my replies before sending them out.  Sorry,
here is the line you need to add to your /etc/squid/squid.conf configuration
file.  For 2.4 (STABLE6 and STABLE7):

anonymize_headers deny Accept-Encoding

That should do it.  I've been using it for several days now.

Regards,
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. When I added that line my squid came back with

2004/12/29 10:12:17| parseConfigFile: line 53 unrecognized: 'header_access
Accept-Encoding deny all'

Do you mean http_access?

Thanks!

-Original Message-
From: Trevor [mailto:[EMAIL PROTECTED]
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 line to your
/etc/squid/squid.conf (it may be somewhere else) file.

Add the following line:
header_access Accept-Encoding deny all

Save your file and restart squid.  I use service squid restart (RH2.1AS).
That's it.  2.4 cannot support ACL's in the header access line (only 2.5+
can).

-- Trevor.
www.gnuguy.com



-Original Message-
From: Angela Burrell [mailto:[EMAIL PROTECTED]
Sent: Friday, December 24, 2004 1:00 PM
To: Henrik Nordstrom; 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 below.

I would consider to update my squid; but the instructions on the Squid FAQ
site don't make sense to me (run 3 squid servers at once or something, then
you upgrade one, but with no instructions on how to do it.)

Since upgrading would supposedly enable the Hotmail workaround, could
someone please point me to a *good* tutorial on how to do it (withOUT the
FAQ, thanks). Also, Do I need to upgrade 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 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.4 has something similar, but I do not remember what it was.
Something about anonymization.

You really should update..

Regards
Henrik


--
No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.296 / Virus Database: 265.6.4 - Release Date: 12/22/2004

--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.296 / Virus Database: 265.6.6 - Release Date: 12/28/2004


--
No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.296 / Virus Database: 265.6.6 - Release Date: 12/28/2004

--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.296 / Virus Database: 265.6.6 - Release Date: 12/28/2004



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 my replies before sending them out.  Sorry,
here is the line you need to add to your /etc/squid/squid.conf configuration
file.  For 2.4 (STABLE6 and STABLE7):

anonymize_headers deny Accept-Encoding

That should do it.  I've been using it for several days now.

Regards,
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. When I added that line my squid came back with

2004/12/29 10:12:17| parseConfigFile: line 53 unrecognized: 'header_access
Accept-Encoding deny all'

Do you mean http_access?

Thanks!

-Original Message-
From: Trevor [mailto:[EMAIL PROTECTED]
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 line to your
/etc/squid/squid.conf (it may be somewhere else) file.

Add the following line:
header_access Accept-Encoding deny all

Save your file and restart squid.  I use service squid restart (RH2.1AS).
That's it.  2.4 cannot support ACL's in the header access line (only 2.5+
can).

-- Trevor.
www.gnuguy.com



-Original Message-
From: Angela Burrell [mailto:[EMAIL PROTECTED]
Sent: Friday, December 24, 2004 1:00 PM
To: Henrik Nordstrom; 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 below.

I would consider to update my squid; but the instructions on the Squid FAQ
site don't make sense to me (run 3 squid servers at once or something, then
you upgrade one, but with no instructions on how to do it.)

Since upgrading would supposedly enable the Hotmail workaround, could
someone please point me to a *good* tutorial on how to do it (withOUT the
FAQ, thanks). Also, Do I need to upgrade 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 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.4 has something similar, but I do not remember what it was.
Something about anonymization.

You really should update..

Regards
Henrik


--
No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.296 / Virus Database: 265.6.4 - Release Date: 12/22/2004

--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.296 / Virus Database: 265.6.6 - Release Date: 12/28/2004


--
No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.296 / Virus Database: 265.6.6 - Release Date: 12/28/2004

--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.296 / Virus Database: 265.6.6 - Release Date: 12/28/2004



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 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?

I haven't traced it, but I'll take an educated guess.

Hotmail may be doing entity encoding that is not valid when they see a
client provide an Accept-Encoding header on an HTTP/1.0 request. Why
that would result in a blank page I'm not sure... but a tcpdump of the
actual page delivered, with the headers would probably show it up
quickly. My WAG would be an incompatible mix of Content-Encoding and
body data.

Rob



signature.asc
Description: This is a digitally signed message part


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

2004-12-28 Thread Trevor


This question has been answered before, but here it is again:

For 2.4 (STABLE6 and STABLE7), use your editor to add a new line to your
/etc/squid/squid.conf (it may be somewhere else) file.

Add the following line:
header_access Accept-Encoding deny all

Save your file and restart squid.  I use service squid restart (RH2.1AS).
That's it.  2.4 cannot support ACL's in the header access line (only 2.5+
can).

-- Trevor.
www.gnuguy.com



-Original Message-
From: Angela Burrell [mailto:[EMAIL PROTECTED]
Sent: Friday, December 24, 2004 1:00 PM
To: Henrik Nordstrom; 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 below.

I would consider to update my squid; but the instructions on the Squid FAQ
site don't make sense to me (run 3 squid servers at once or something, then
you upgrade one, but with no instructions on how to do it.)

Since upgrading would supposedly enable the Hotmail workaround, could
someone please point me to a *good* tutorial on how to do it (withOUT the
FAQ, thanks). Also, Do I need to upgrade 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 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.4 has something similar, but I do not remember what it was.
Something about anonymization.

You really should update..

Regards
Henrik


--
No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.296 / Virus Database: 265.6.4 - Release Date: 12/22/2004

--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.296 / Virus Database: 265.6.6 - Release Date: 12/28/2004



RE: [squid-users] Hotmail problem

2004-12-24 Thread Angela Burrell
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 below.

I would consider to update my squid; but the instructions on the Squid FAQ
site don't make sense to me (run 3 squid servers at once or something, then
you upgrade one, but with no instructions on how to do it.)

Since upgrading would supposedly enable the Hotmail workaround, could
someone please point me to a *good* tutorial on how to do it (withOUT the
FAQ, thanks). Also, Do I need to upgrade 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 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.4 has something similar, but I do not remember what it was.
Something about anonymization.

You really should update..

Regards
Henrik



RE: [squid-users] Hotmail problem

2004-12-24 Thread Lucia Di Occhi
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 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?


From: Angela Burrell [EMAIL PROTECTED]
To: Henrik Nordstrom [EMAIL PROTECTED],Trevor [EMAIL PROTECTED]
CC: Jose Gervasio Gomiz 
[EMAIL PROTECTED],squid-users@squid-cache.org
Subject: RE: [squid-users] Hotmail problem
Date: Fri, 24 Dec 2004 14:59:33 -0500

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 below.
I would consider to update my squid; but the instructions on the Squid FAQ
site don't make sense to me (run 3 squid servers at once or something, then
you upgrade one, but with no instructions on how to do it.)
Since upgrading would supposedly enable the Hotmail workaround, could
someone please point me to a *good* tutorial on how to do it (withOUT the
FAQ, thanks). Also, Do I need to upgrade 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 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.4 has something similar, but I do not remember what it was.
Something about anonymization.
You really should update..
Regards
Henrik
_
Don’t just search. Find. Check out the new MSN Search! 
http://search.msn.click-url.com/go/onm00200636ave/direct/01/



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?
Quite likely the Hotmail servers thinking your MSIE supports gzip 
compression, but MSIE not remembering it does when the reply is a HTTP/1.0 
reply..

But I have not looked at the exact details of the traffic yet.
Regards
Henrik


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-chung and Henrik!


Regards,
Trevor.
http://www.gnuguy.com/linux.html


-Original Message-
From: Yiu-chung Lee [mailto:[EMAIL PROTECTED]
Sent: Thursday, December 23, 2004 1:45 AM
To: squid-users@squid-cache.org
Subject: [squid-users] Hotmail problem (WORKAROUND for squid 2.4)


Dear all,

The squid 2.4 equivalent of header_access Accept-Encoding deny all is
anonymize_headers deny Accept-Encoding,
but it lacks the feature in squid 2.5 of limiting to this option to be
applied to hotmail, i.e. this
option applies to ALL proxy requests.

I have tested this option for squid 2.4.stable6 and it worked for me.

--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.296 / Virus Database: 265.6.4 - Release Date: 12/22/2004



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 or not
due to a a hickup which , for instance entered DLLs 'too'.

'Let Unix live for ever'
  'Let Windowsupdate from now on , be called WindowsToTrashCan'
 (Heil *3)

M.


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 Lucia Di Occhi
I can reproduce this problem as well  by going to the following link.  IE6 + 
Squid2.5-Stable7 Transparent + Dansguardian on Fedora Core 3.  No problem 
with Firefox though.

http://www.hotmail.msn.com/cgi-bin/dasp/notsupported.asp?_lang=ENaccount=wrongPDDomain
From: Elsen Marc [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 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 or not
due to a a hickup which , for instance entered DLLs 'too'.
'Let Unix live for ever'
  'Let Windowsupdate from now on , be called WindowsToTrashCan'
 (Heil *3)
M.
_
Express yourself instantly with MSN Messenger! Download today - it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/



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 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 logon page ensued.

In other words: it really looks like something they changed at hotmail.com 
recently.

Albert


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
Subject: Re: [squid-users] Hotmail problem



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 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

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.
 The same blank hotmail post logon page ensued.
 
 In other words: it really looks like something they changed 
 at hotmail.com 
 recently.
 
 
 Yes, follows my previous hint. It may at the remote end
(hotmail itself), that something has changed.

M.


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 may hamper squid functionality and
 be to agressive w.r.t to the real issue.

 M.


Re: [squid-users] Hotmail problem

2004-12-22 Thread Vinod Patel
All,

More refined approach is :
acl hotmail_domains dstdomain .hotmail.msn.com
header_access Accept-Encoding deny hotmail_domains

- Original Message - 
From: Elsen Marc [EMAIL PROTECTED]
To: Jose Gervasio Gomiz [EMAIL PROTECTED];
[EMAIL PROTECTED]
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' 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 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 problem (WORKAROUND)





 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 may hamper squid functionality and
 be to agressive w.r.t to the real issue.

 M.



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

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 pointing  me out;
that the accept-encoding stuff is a workaround (only)

Yet , following bugzilla

 http://www.squid-cache.org/bugs/show_bug.cgi?id=1169

Definitively this has not been a 'native' SQUID problem. Since this
worked for me and many others too the previous week, so to speak.

On our normal Intranet (standard VLAN), people HAVE to configure the browser
for using the proxy.
Then it works ,for IE (again indeed).

M.







Re: [squid-users] Hotmail problem

2004-12-22 Thread Jose Gervasio Gomiz

Workaround tested here. Hotmail works fine now. Thanks for the tip.


- Original Message - 
From: Vinod Patel [EMAIL PROTECTED]
To: Elsen Marc [EMAIL PROTECTED]; Jose Gervasio Gomiz
[EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: 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 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, 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 in squid.conf:
acl hotmail_domains dstdomain .hotmail.msn.com
acl ie6 browser MSIE[[:space:]]6
header_access Accept-Encoding deny ie6 hotmail_domains
This only strips the header if a user visits .hotmail.msn.com sites with 
Internet Explorer 6.

Cheers,
Albert


RE: [squid-users] Hotmail problem

2004-12-22 Thread Trevor
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?

Trev.


-Original 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 Patel [EMAIL PROTECTED]
To: Elsen Marc [EMAIL PROTECTED]; Jose Gervasio Gomiz
[EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: 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



--
No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.296 / Virus Database: 265.6.4 - Release Date: 12/22/2004

--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.296 / Virus Database: 265.6.4 - Release Date: 12/22/2004



RE: [squid-users] Hotmail problem

2004-12-22 Thread Angela Burrell
Yes I am also encountering the Hotmail problem with IE6 and 2.4.STABLE7 --
any workarounds for this version yet? I have had to disable my squid for now
:(

thanks!

-Original Message-
From: Trevor [mailto:[EMAIL PROTECTED]
Sent: December 22, 2004 12:42 PM
To: Jose Gervasio Gomiz; [EMAIL 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 lines to try, before I update to 2.5?

Trev.


-Original 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 Patel [EMAIL PROTECTED]
To: Elsen Marc [EMAIL PROTECTED]; Jose Gervasio Gomiz
[EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: 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



--
No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.296 / Virus Database: 265.6.4 - Release Date: 12/22/2004

--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.296 / Virus Database: 265.6.4 - Release Date: 12/22/2004



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.4 has something similar, but I do not remember what it was. 
Something about anonymization.

You really should update..
Regards
Henrik


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 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


But i am having the Hotmail problem not only with IE-6, but also with
Netscape Navigator and IE-5. :).

So the previous workaround is better ;).
i..e. acl hotmail_domains dstdomain .hotmail.msn.com
header_access Accept-Encoding deny hotmail_domains

And i don;t think its wise to blame this on squid, 'coz i tried the same
thing on another proxy (tinyproxy-1.7): -

Browser(IE and Netscape)   tinyproxy-1.7 with transparent
redirection  www

and found a blank page for Hotmail.

It seems that transparent redirection is doing the mess. ;)



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 hotmail problem.

In my squid.conf file, I had 2 lines as

acl buggy_server url_regex ^http://
broken_posts allow buggy_server

There was a a POST req in hotmail  and this config was creating problem
and
the page simply says DONE without any display.

When I disabled this , hotmail and everything worked fine. Since you are
a
very important person for squid team, I thought I will let u know ab't
this.

Expecting your feedback on this.

Regards,
Raja.




-Original Message-
From: Henrik Nordstrom [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 27, 2003 8:47 PM
To: [EMAIL PROTECTED]
Cc: 'squid'
Subject: RE: [squid-users] hotmail problem


I do not know.

Regards
Henrik


tor 2003-03-27 klockan 13.06 skrev 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 you had it enabled then it may cause
 problems..



 tor 2003-03-27 klockan 12.06 skrev 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
 
 
  Have you enabled any HTTP anonymisation features in Squid?
  (header_access in Squid-2.5).
 
  Regards
  Henrik
 
  tor 2003-03-27 klockan 10.59 skrev Raja R:
   Yes, it works fine when I do not use squid and am behind the same NAT
   gateway. Ok, that indicates that NAT gateway is not blocking anything.
  Right
   ?
   cache.log does not say anything ab't the hotmail requests. I am
 attaching
   the access log  for hotmail requests . squid does not seem to be
denying
   anything, but the page does not load, nor does it give any error . IT
 says
   DONE with no display. It always comes to
   http://login.passport.net/uilogin.srf?id=2 and gets DONE there .
   Pls. check and give hints to solve the problem. I am despo.
  
   Regards,
   Raja.
  
  
   -Original Message-
   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 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 wondering If i
have to allow some specific ports on the firewall to the proxy from
outside for hotmail to work. I am attaching a text file to give u
all clues to see where the problem is . This is the source of the
hotmail page when it says DONE. It clearly  shows breakage..
Everytime it breaks there..even after refreshing (ctrl-refresh,
shift-refresh, etc) ..PLS. HELP
  
   Does it work if you do not use Squid, still behind the same NAT
   gateway?
  
   What does Squid access.log and cache.log say about the requests when
   it fails?
  
   Regards
   Henrik
  --
  Henrik Nordstrom [EMAIL PROTECTED]
  MARA Systems AB, Sweden
 --
 Henrik Nordstrom [EMAIL PROTECTED]
 MARA Systems AB, Sweden
--
Henrik Nordstrom [EMAIL PROTECTED]
MARA Systems AB, Sweden


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 wondering If i
 have to allow some specific ports on the firewall to the proxy from
 outside for hotmail to work. I am attaching a text file to give u
 all clues to see where the problem is . This is the source of the
 hotmail page when it says DONE. It clearly  shows breakage..
 Everytime it breaks there..even after refreshing (ctrl-refresh,
 shift-refresh, etc) ..PLS. HELP

Does it work if you do not use Squid, still behind the same NAT 
gateway?

What does Squid access.log and cache.log say about the requests when 
it fails?

Regards
Henrik



RE: [squid-users] hotmail problem

2003-03-27 Thread Henrik Nordstrom
Have you enabled any HTTP anonymisation features in Squid?
(header_access in Squid-2.5).

Regards
Henrik

tor 2003-03-27 klockan 10.59 skrev Raja R:
 Yes, it works fine when I do not use squid and am behind the same NAT
 gateway. Ok, that indicates that NAT gateway is not blocking anything. Right
 ?
 cache.log does not say anything ab't the hotmail requests. I am attaching
 the access log  for hotmail requests . squid does not seem to be denying
 anything, but the page does not load, nor does it give any error . IT says
 DONE with no display. It always comes to
 http://login.passport.net/uilogin.srf?id=2 and gets DONE there .
 Pls. check and give hints to solve the problem. I am despo.
 
 Regards,
 Raja.
 
 
 -Original Message-
 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 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 wondering If i
  have to allow some specific ports on the firewall to the proxy from
  outside for hotmail to work. I am attaching a text file to give u
  all clues to see where the problem is . This is the source of the
  hotmail page when it says DONE. It clearly  shows breakage..
  Everytime it breaks there..even after refreshing (ctrl-refresh,
  shift-refresh, etc) ..PLS. HELP
 
 Does it work if you do not use Squid, still behind the same NAT
 gateway?
 
 What does Squid access.log and cache.log say about the requests when
 it fails?
 
 Regards
 Henrik
-- 
Henrik Nordstrom [EMAIL PROTECTED]
MARA Systems AB, Sweden



RE: [squid-users] hotmail problem

2003-03-27 Thread Henrik Nordstrom
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 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
 
 
 Have you enabled any HTTP anonymisation features in Squid?
 (header_access in Squid-2.5).
 
 Regards
 Henrik
 
 tor 2003-03-27 klockan 10.59 skrev Raja R:
  Yes, it works fine when I do not use squid and am behind the same NAT
  gateway. Ok, that indicates that NAT gateway is not blocking anything.
 Right
  ?
  cache.log does not say anything ab't the hotmail requests. I am attaching
  the access log  for hotmail requests . squid does not seem to be denying
  anything, but the page does not load, nor does it give any error . IT says
  DONE with no display. It always comes to
  http://login.passport.net/uilogin.srf?id=2 and gets DONE there .
  Pls. check and give hints to solve the problem. I am despo.
 
  Regards,
  Raja.
 
 
  -Original Message-
  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 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 wondering If i
   have to allow some specific ports on the firewall to the proxy from
   outside for hotmail to work. I am attaching a text file to give u
   all clues to see where the problem is . This is the source of the
   hotmail page when it says DONE. It clearly  shows breakage..
   Everytime it breaks there..even after refreshing (ctrl-refresh,
   shift-refresh, etc) ..PLS. HELP
 
  Does it work if you do not use Squid, still behind the same NAT
  gateway?
 
  What does Squid access.log and cache.log say about the requests when
  it fails?
 
  Regards
  Henrik
 --
 Henrik Nordstrom [EMAIL PROTECTED]
 MARA Systems AB, Sweden
-- 
Henrik Nordstrom [EMAIL PROTECTED]
MARA Systems AB, Sweden



RE: [squid-users] hotmail problem

2003-03-26 Thread Raja R
No, I am not using transparent proxy. using squid on linux . have tried with
different browsers (ie, netscape), clearing cache, clearing local cache,
etc, but no luck.

BUT SOME interesting observation :

Hotmail works when I route Squid proxy thru ISDN (dial-up) line but does not
work when it is behind a Firewall with static NAT. Do I need to allow some
specific ports from outside to the proxy when behind a firewall for HOTMAIL
?
But the problem has nothing to do with squid version, b'coz I faced a
similar problem on squid-2.3 also.
Pls. suggest .
Regards,
Raja.



-Original Message-
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 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 actually loading the page.
 I am facing this problem only with hotmail . Allowed connections to 443
 (https) also in the config as hotmail requires it...but still no luck..ANy
 pointers ?

  I have no problem at all, using hotmail thru 2.5Stable1 and
2.5Stable2.

  On what OS are you using squid (version etc) ?

  Are you using transp. proxying ?

  Verify problem, preferrably with different browsers :

   Mozilla - Netscape - IE (e.g.).

  To exclude that in the problem analysis path, you are not confronted
  with a browser issue.

  M.


 Regards,
 Raja.

--

 'Time is a consequence of Matter thus
 General Relativity is a direct consequence of QM
 (M.E. Mar 2002)



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 squid-2.5


Hi All,
Another problem I am facing with squid-2.5 . My hotmail page is bot loading.
The browser says  done. That's it.
Nothing appears on the screen. I am trying www.hotmail.com
I tried clearing all my local cached pages, etc. I tried by IP also
http://64.4.43.7 . Still the same.
Any pointers .?

Regards,
Raja.



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 PROTECTED]
 Sent: Tuesday, March 18, 2003 3:48 PM
 To: 'Henrik Nordstrom'
 Cc: 'squid'
 Subject: [squid-users] hotmail problem with squid-2.5
 
 Hi All,
 Another problem I am facing with squid-2.5 . My hotmail page is bot loading.
 The browser says  done. That's it.
 Nothing appears on the screen. I am trying www.hotmail.com
 I tried clearing all my local cached pages, etc. I tried by IP also
 http://64.4.43.7 . Still the same.
 Any pointers .?
 
 Regards,
 Raja.