]
James Perkins updated WFLY-10951:
---------------------------------
Fix Version/s: 15.0.0.Final
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
Priority: Major
Fix For: 15.0.0.Beta1, 15.0.0.Final
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}