https://bz.apache.org/bugzilla/show_bug.cgi?id=64739
Bug ID: 64739
Summary: initiate HTTPs connection (Http2) and the SSL/TLS
handshake is failing with time out
Product: JMeter
Version: 5.2.1
Hardware: HP
OS: Linux
Status: NEW
Severity: major
Priority: P2
Component: HTTP
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: JMETER_5.3.1
Hi Team,
In Jmeter, we are trying to initiate HTTPs connection (Http2) and the SSL/TLS
handshake is failing with time out.
This is happening only after we upgrade our JDK From JDK 8u241 to JDK 8u261.
The same testcase working fine in JDK 8u241.
We have noticed that in jmeter.log there is exception related to jetty client
and broken pipe.
The below is the error message observed in JMETER.
020-09-11 20:27:26,788 DEBUG o.e.j.i.WriteFlusher: write exception
java.io.IOException: Broken pipe
at
org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.flush(SslConnection.java:1089)
~[jetty-io-9.4.26.v20200117.jar:9.4.26.v20200117]
at org.eclipse.jetty.io.WriteFlusher.flush(WriteFlusher.java:422)
~[jetty-io-9.4.26.v20200117.jar:9.4.26.v20200117]
at org.eclipse.jetty.io.WriteFlusher.write(WriteFlusher.java:277)
[jetty-io-9.4.26.v20200117.jar:9.4.26.v20200117]
at org.eclipse.jetty.io.AbstractEndPoint.write(AbstractEndPoint.java:381)
[jetty-io-9.4.26.v20200117.jar:9.4.26.v20200117]
at org.eclipse.jetty.http2.HTTP2Flusher.process(HTTP2Flusher.java:259)
[http2-common-9.4.26.v20200117.jar:9.4.26.v20200117]
@ 2375,2-9 97%
--
You are receiving this mail because:
You are the assignee for the bug.