https://bz.apache.org/bugzilla/show_bug.cgi?id=60581
Bug ID: 60581
Summary: tomcat8 at 100% cpu when trying https on port 80
Product: Tomcat 8
Version: 8.0.14
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Connectors
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ----
When trying to connect to tomcat 8 using https://localhost:8080/ tomcat get
stuck at 100% cpu with
ip - - [12/Jan/2017:12:14:23 +0100] "-" 400 - -
in the access_log and
Jan 12, 2017 1:23:50 PM org.apache.coyote.http11.AbstractHttp11Processor
process
INFO: Error parsing HTTP request header
Note: further occurrences of HTTP header parsing errors will be logged at
DEBUG level.
in catalina.out
I know I shouldn't try https on port 8080 or 80 but I get those requests on my
server and I have to restart tomcat to fix the 100% cpu utilization problem.
I'm using the default configuration from debian 8:
<Connector port="8080" protocol="HTTP/1.1"
connectionTimeout="20000"
URIEncoding="UTF-8"
redirectPort="8443" />
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]