https://bz.apache.org/bugzilla/show_bug.cgi?id=64609
Mark Thomas <ma...@apache.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #1 from Mark Thomas <ma...@apache.org> --- (In reply to Jeff Zhuk from comment #0) <snip/> > Providing a record of the Http Request Error, Tomcat does not send any > response back to the client. Incorrect. Where Tomcat has enough information to confirm that the client understands HTTP, Tomcat will return a response. An invalid method with an valid URI and protocol will return a 4xx response as appropriate. > The socked is not closed Incorrect. Tomcat closes the connection as confirmed by Wireshark. > and one more Open File added to LFOS (log for open files). Also incorrect and confirmed with local testing. > Eventually number of open files is increased to the limit and Tomcat stops > responding at all. > This situation is covered for regular HTTP request but not for encrypted > HTTPS requests. I am using HTTPS via AWS Cloud Front, worked with AWS > support team, but we could not find a solution. AWS support sincerely tried > to help me but unfortunately failed. > I tried recommended configurations in server.xml and catalina.properties > (see below). > I also tried almost all Tomcat 8.5 versions and the latest Tomcat 9.0.37. > > I established ServletFilter class, but it does not help because the error > happens before the filter, in the Tomcat layer. Tomcat has some provisioning > for accepting different character coding in HTTP, but not in HTTPS/encrypted > request. > I highly appreciate anyone who can help here. Bugzilla is not a support forum. Please use the Apache Tomcat user mailing list. Given that the issue is not observed when using Tomcat directly but you do observe an issue when using AWS that does suggest that the root cause lies somewhere in AWS. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org