]
Jan Kalina updated WFLY-10951:
------------------------------
Summary: JDK11 - SSLException caused by SocketException: Broken pipe (was: JDK11
SSLException:)
JDK11 - SSLException caused by SocketException: Broken pipe
-----------------------------------------------------------
Key: WFLY-10951
URL:
https://issues.jboss.org/browse/WFLY-10951
Project: WildFly
Issue Type: Sub-task
Components: Test Suite
Reporter: Jan Kalina
Assignee: Jan Kalina
Following exception occure instead of {{SSLHandshakeException | SocketException}}:
{code}
javax.net.ssl.SSLException: readHandshakeRecord
Caused by: java.net.SocketException: Broken pipe (Write failed)
{code}
To reproduce:
{code}
cd testsuite/integration/elytron
JAVA_HOME=/opt/jdk-11/ PATH=$JAVA_HOME/bin:$PATH mvn test
-Dtest=UndertowTwoWaySslNeedClientAuthTestCase
{code}
{code}
cd testsuite/integration/manualmode
JAVA_HOME=/opt/jdk-11+28/ PATH=$JAVA_HOME/bin:$PATH mvn test
-Dtest=HTTPSWebConnectorTestCase
{code}