[
https://issues.redhat.com/browse/WFCORE-5133?page=com.atlassian.jira.plug...
]
Jan Stourac commented on WFCORE-5133:
-------------------------------------
[Comment
here|https://issues.redhat.com/browse/JBEAP-20279?focusedCommentId=152030...]
may explain the different results we can see when property is defined and when not.
Sonia correctly mentioned issue with 'java.lang.NoSuchFieldException: handshaker'
exception from
[
JDK8AlpnProvider|https://github.com/undertow-io/undertow/blob/master/core...]
in her first comment in this issue.
As such, my thoughts:
#
[
JDK8AlpnProvider|https://github.com/undertow-io/undertow/blob/master/core...]
may need to be updated to work with Oracle JDK8_261+. Although, since JDK8 251+ supports
the ALPN natively, we shall try to exploit this native implementation, probably via
[
JDK9AlpnProvider|https://github.com/undertow-io/undertow/blob/master/core...].
# It looks like there is some issue in
[
JDK9AlpnProvider|https://github.com/undertow-io/undertow/blob/master/core...]
to support HTTP2 protocol in this test scenario as HTTP/1.1 is used instead.
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)