https://bz.apache.org/bugzilla/show_bug.cgi?id=65991
--- Comment #4 from James Covington <james.h.coving...@gmail.com> --- I had submitted a bug report 65994 which was marked as a duplicate of this. In my case, I did not have bindOnInit set to false. My SSL Connector: <Connector address="0.0.0.0" port="8443" URIEncoding="UTF-8" protocol="org.apache.coyote.http11.Http11NioProtocol" SSLEnabled="true" maxThreads="150" scheme="https" keystoreFile="/path/to/ssl.keystore" keystorePass='redacted' keystoreType="JCEKS" secure="true" truststoreFile="/path/to/ssl.truststore" truststorePass='redacted' truststoreType="JCEKS" clientAuth="want" sslProtocol="TLS" sslEnabledProtocols="TLSv1.2" ciphers="TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_RSA_WITH_AES_128_GCM_SHA256,TLS_RSA_WITH_AES_256_GCM_SHA384" maxHttpHeaderSize="32768" compression="on" compressibleMimeType="text/html, text/xml, text/plain, application/json, application/javascript"> </Connector> and my context.xml: <Context> <Valve className="org.apache.catalina.authenticator.SSLAuthenticator" securePagesWithPragma="false"/> In my case, removing the Valve from context.xml also allowed startup to succeed. Does your fix address this test case? -- 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