[squid-users] tcp_denied error on java applet

2007-05-04 Thread Kyle Wa
Hey guys, having trouble figuring this one out. I have a client trying to
run this java applet, but when we installed our transparent proxy last week
it stopped working. We have no ACLs running against this specific client;
the proxy is strictly for caching purposes

The java app runs against port 80 so it should be working.

Here is the error  I get in the log
10.19.110.91 TCP_DENIED/400 1564 NONE error:unsupported-request-method -
NONE/- text/html

Can anyone provide some help please




Re: [squid-users] tcp_denied error on java applet

2007-05-04 Thread Chris Robertson

Kyle Wa wrote:

Hey guys, having trouble figuring this one out. I have a client trying to
run this java applet, but when we installed our transparent proxy last week
it stopped working. We have no ACLs running against this specific client;
the proxy is strictly for caching purposes

The java app runs against port 80 so it should be working.

Here is the error  I get in the log
10.19.110.91 TCP_DENIED/400 1564 NONE error:unsupported-request-method -
NONE/- text/html

Can anyone provide some help please


  


Check your cache.log.. You should see which request method this applet 
is trying to use.  Then you can add it with the extension_methods 
directive in your squid.conf


Chris



RE: [squid-users] tcp_denied error on java applet

2007-05-04 Thread Kyle Wa
Ok got that, added the directive, now I get this error

10.19.110.91 TCP_DENIED/400 1226 ticker 6 24491597,307616,758185,kylewa 63 -
NONE/- text/html


-Original Message-
From: Chris Robertson [mailto:[EMAIL PROTECTED] 
Sent: Friday, May 04, 2007 2:40 PM
To: squid-users@squid-cache.org
Subject: Re: [squid-users] tcp_denied error on java applet

Kyle Wa wrote:
> Hey guys, having trouble figuring this one out. I have a client trying to
> run this java applet, but when we installed our transparent proxy last
week
> it stopped working. We have no ACLs running against this specific client;
> the proxy is strictly for caching purposes
>
> The java app runs against port 80 so it should be working.
>
> Here is the error  I get in the log
> 10.19.110.91 TCP_DENIED/400 1564 NONE error:unsupported-request-method -
> NONE/- text/html
>
> Can anyone provide some help please
>
>
>   

Check your cache.log.. You should see which request method this applet 
is trying to use.  Then you can add it with the extension_methods 
directive in your squid.conf

Chris




Re: [squid-users] tcp_denied error on java applet

2007-05-04 Thread Chris Robertson

Kyle Wa wrote:

Ok got that, added the directive, now I get this error

10.19.110.91 TCP_DENIED/400 1226 ticker 6 24491597,307616,758185,kylewa 63 -
NONE/- text/html
  


Well, a 400 error is "Bad Request" 
(http://wiki.squid-cache.org/SquidFaq/SquidLogs#head-e0d4421694c8f3dbfbabeb029330bd478ae849b3), 
so I would have to guess that this applet is not speaking HTTP.  But 
that is just a guess.  Without knowing how your log format is set up, I 
have no idea what else that entry indicates.


Chris