How to fix “Http11NioProtocol: Error reading request, ignored”

后端 未结 1 533
不知归路
不知归路 2021-01-06 01:41

My spring-boot application fails after start with an NPE in the tomcat server when running on azure kubernetes service with SSL.

First, what does work successfully:

相关标签:
1条回答
  • 2021-01-06 02:34

    That is a known bug in Apache Tomcat 9.0.24. It is triggered by sending plain text to an TLS enabled connector. It is safe to ignore but since it is rather noisy you probably want to upgrade to the recently released 9.0.26 where this has been fixed.

    0 讨论(0)
提交回复
热议问题