Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-10812 JDK11 Some security tests fail on closed channel exception
  3. WFLY-10951

JDK11 - SSLException caused by SocketException: Broken pipe

XMLWordPrintable

      Following exception occure instead of SSLHandshakeException | SocketException:

      javax.net.ssl.SSLException: readHandshakeRecord
      Caused by: java.net.SocketException: Broken pipe (Write failed)
      

      To reproduce:

      cd testsuite/integration/elytron
      JAVA_HOME=/opt/jdk-11/ PATH=$JAVA_HOME/bin:$PATH mvn test -Dtest=UndertowTwoWaySslNeedClientAuthTestCase
      
      cd testsuite/integration/manualmode
      JAVA_HOME=/opt/jdk-11+28/ PATH=$JAVA_HOME/bin:$PATH mvn test -Dtest=HTTPSWebConnectorTestCase
      

            jkalina@redhat.com Jan Kalina (Inactive)
            jkalina@redhat.com Jan Kalina (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: