[
https://issues.redhat.com/browse/WFCORE-5133?page=com.atlassian.jira.plug...
]
James Perkins commented on WFCORE-5133:
---------------------------------------
[~szaldana] The NPE looks to be a race condition somewhere. I don't think it's
related to UNDERTOW-1726. Why passing {{io.undertow.protocols.alpn.jdk8}} seems to change
the error is very strange, but doesn't change which ALPN provider is used. In call
cases, with or without the property, ALPN is not used because the
[{{ALPNHackSSLEngine}}|https://github.com/undertow-io/undertow/blob/0a0fcefe1003db45b65d35e9b8faa0c611f2dbf5/core/src/main/java/io/undertow/protocols/ssl/ALPNHackSSLEngine.java#L79]
test fails with finding the {{handshaker}} field. There is no source for this in the
Oracle JDK so I'm not sure what has changed.
SNICombinedWithALPNTestCase fails with oracle JDK 8 261
-------------------------------------------------------
Key: WFCORE-5133
URL:
https://issues.redhat.com/browse/WFCORE-5133
Project: WildFly Core
Issue Type: Bug
Components: Security
Reporter: Jean Francois Denise
Assignee: Sonia Zaldana
Priority: Major
Exception while using oracle JDK 261:
{code}
at
io.undertow.client.http.HttpClientConnection.handleError(HttpClientConnection.java:444)
at
io.undertow.client.http.HttpClientConnection.handleError(HttpClientConnection.java:439)
at
io.undertow.client.http.HttpClientConnection.initiateRequest(HttpClientConnection.java:430)
at
io.undertow.client.http.HttpClientConnection.sendRequest(HttpClientConnection.java:347)
at
org.jboss.as.test.integration.security.ssl.sni.SNICombinedWithALPNTestCase.performSimpleTest(SNICombinedWithALPNTestCase.java:242)
at
org.jboss.as.test.integration.security.ssl.sni.SNICombinedWithALPNTestCase.testSimpleViaHostname(SNICombinedWithALPNTestCase.java:220)
{code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)