SSLException: closing inbound before receiving peer's close_notify
Issue
- There is an intermittent issue running in FIPS mode where SSL connections are getting closed prematurely when there is a heavy workload:
javax.net.ssl.SSLException: closing inbound before receiving peer's close_notify
at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:133)
at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:117)
at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:340)
at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:296)
at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:287)
at java.base/sun.security.ssl.SSLEngineImpl.closeInbound(SSLEngineImpl.java:733)
at com.example.MyClass.doSomething(MyClass.scala:123)
Environment
- OpenShift Container Platform 4.11
- Red Hat build of OpenJDK 11.0.18
- FIPS mode
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.