-
Bug
-
Resolution: Done
-
Major
-
2.2.3.Final
-
None
There are Http2EndExchangeTestCase and LoadBalancingProxyHTTP2TestCase failing when testsuite is executed under IBM JDK. Since there is already an ALPN support in IBM JDK since 8.0.5.15, there should not be an issue for these tests to pass.
When running test with '-Dtest.level=DEBUG', I can see following line in the test output:
16:57:47,819 DEBUG (XNIO-4 I/O-5) [io.undertow.request] <AlpnOpenListener.java:247> ALPN has been configured however TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 is not present or TLS1.2 is not enabled, falling back to default protocol
see e.g.:
- core/target/surefire-reports/io.undertow.server.handlers.proxy.LoadBalancingProxyHTTP2TestCase-output.txt
- or core/target/surefire-reports/io.undertow.server.protocol.http2.Http2EndExchangeTestCase-output.txt
Whole test output files are attached.
- is incorporated by
-
WFCORE-5425 Upgrade Undertow from 2.2.6.Final to 2.2.8.Final
- Closed