Squid - TCP_DENIED/400 1242 NONE error:unsupported-request

Taking care of your Linux box.
Post Reply
osama
Havaldaar
Posts: 117
Joined: Fri Aug 22, 2008 9:08 am

Squid - TCP_DENIED/400 1242 NONE error:unsupported-request

Post by osama »

I m using Squid Cache: Version 2.6.STABLE6
Distro 2.6.18-92.el5

I am getting this error from many clients. Any one know about it and have a solution?

1237466911.424 0 192.168.3.36 TCP_DENIED/400 1242 NONE error:unsupported-request-method - NONE/- text/html
1237466941.419 0 192.168.3.76 TCP_DENIED/400 1242 NONE error:unsupported-request-method - NONE/- text/html
1237466988.758 0 192.168.3.76 TCP_DENIED/400 1242 NONE error:unsupported-request-method - NONE/- text/html
1237466991.781 108 192.168.3.76 TCP_DENIED/400 1341 NONE error:unsupported-request-method - NONE/- text/html
1237467022.448 0 192.168.3.76 TCP_DENIED/400 1242 NONE error:unsupported-request-method - NONE/- text/html
1237467055.134 0 192.168.3.78 TCP_DENIED/400 1242 NONE error:unsupported-request-method - NONE/- text/html
1237467086.714 0 192.168.3.76 TCP_DENIED/400 1242 NONE error:unsupported-request-method - NONE/- text/html
1237467119.399 0 192.168.3.76 TCP_DENIED/400 1242 NONE error:unsupported-request-method - NONE/- text/html
1237467149.671 0 192.168.3.76 TCP_DENIED/400 1242 NONE error:unsupported-request-method - NONE/- text/html
1237467184.669 0 192.168.3.76 TCP_DENIED/400 1242 NONE error:unsupported-request-method - NONE/- text/html
1237467215.121 0 192.168.3.76 TCP_DENIED/400 1242 NONE error:unsupported-request-method - NONE/- text/html
lambda
Major General
Posts: 3452
Joined: Tue May 27, 2003 7:04 pm
Location: Lahore
Contact:

Post by lambda »

what kind of solution are you looking for? if you want to figure out what's generating those queries, check any system that's generating them; that'll hopefully help you locate the problem on all the systems. on your system, you can run wireshark/tshark or tcpdump and capture packets sent to your proxy, and analyze them.
Watch out for the Manners Taliban!
Isn't it amazing how so many people can type "linuxpakistan.net" into their browsers but not "google.com"?
LinuxFreaK
Site Admin
Posts: 5132
Joined: Fri May 02, 2003 10:24 am
Location: Karachi
Contact:

Re:

Post by LinuxFreaK »

Dear osama,
Salam,
Amos wrote:A program tried to use the proxy with a request that is either not HTTP or is part of the HTTP extensions your squid can't handle yet. see cache.log for info on which request method was tried.
Best Regards.
Farrukh Ahmed
osama
Havaldaar
Posts: 117
Joined: Fri Aug 22, 2008 9:08 am

Post by osama »

This is in cache.log. What is that mean

2009/03/18 19:15:41| clientReadRequest: FD 18 (192.168.3.45:1831) Invalid Request
2009/03/18 19:15:45| parseHttpRequest: Unsupported method 'NICK'
2009/03/18 19:15:45| clientReadRequest: FD 18 (192.168.3.76:1047) Invalid Request
2009/03/18 19:16:11| parseHttpRequest: Unsupported method 'NICK'
2009/03/18 19:16:11| clientReadRequest: FD 79 (192.168.3.45:1858) Invalid Request
2009/03/18 19:16:15| parseHttpRequest: Unsupported method 'NICK'
2009/03/18 19:16:15| clientReadRequest: FD 28 (192.168.3.76:1052) Invalid Request
2009/03/18 19:16:43| parseHttpRequest: Unsupported method 'NICK'
2009/03/18 19:16:43| clientReadRequest: FD 55 (192.168.3.45:1881) Invalid Request
2009/03/18 19:16:45| parseHttpRequest: Unsupported method 'NICK'
2009/03/18 19:16:45| clientReadRequest: FD 55 (192.168.3.76:1053) Invalid Request
2009/03/18 19:17:14| parseHttpRequest: Unsupported method 'NICK'
2009/03/18 19:17:14| clientReadRequest: FD 33 (192.168.3.45:1905) Invalid Request
2009/03/18 19:17:15| parseHttpRequest: Unsupported method 'NICK'
2009/03/18 19:17:15| clientReadRequest: FD 33 (192.168.3.76:1054) Invalid Request
2009/03/18 19:17:44| parseHttpRequest: Unsupported method 'NICK'
2009/03/18 19:17:44| clientReadRequest: FD 61 (192.168.3.45:1940) Invalid Request
2009/03/18 19:17:45| parseHttpRequest: Unsupported method 'NICK'
LinuxFreaK
Site Admin
Posts: 5132
Joined: Fri May 02, 2003 10:24 am
Location: Karachi
Contact:

Re:

Post by LinuxFreaK »

Farrukh Ahmed
Post Reply