Mario Remy Almeida wrote:
Hi All, would like to know what is the reason that i get NONE:// in the access.log file as below 1254046127.530 0 195.229.115.202 TCP_DENIED/411 1757 POST NONE:// - NONE/- text/html my squid proxy acts like a reverse proxy. A valid request is sent from the above IP
411 status code is failure to pass a basic validity test. This one was a test for Content-Length: header on POST requests.
Could some one help be in solving the problem. My setup Request from Internet -> Squid Reverse proxy(A) -> Squid reverse proxy(B) -> Jboss Applications Server.
The NONE:// means no the request did not complete, it did not even get far enough to determine if it was a HIT or MISS on the URL. This is due to the required header making Squid abort its processing immediately.
Amos -- Please be using Current Stable Squid 2.7.STABLE7 or 3.0.STABLE19 Current Beta Squid 3.1.0.13