[jboss-jira] [JBoss JIRA] (WFLY-4861) Unable to establish HTTP/2 connection via plain http (non https)

Radim Hatlapatka (JIRA) issues at jboss.org
Thu Jul 2 09:38:06 EDT 2015


Radim Hatlapatka created WFLY-4861:
--------------------------------------

             Summary: Unable to establish HTTP/2 connection via plain http (non https)
                 Key: WFLY-4861
                 URL: https://issues.jboss.org/browse/WFLY-4861
             Project: WildFly
          Issue Type: Bug
          Components: Web (Undertow)
            Reporter: Radim Hatlapatka
            Assignee: Stuart Douglas
            Priority: Blocker


HTTP/2 doesn't work over plain http (non-https) even when {{http-listener}}'s {{enable-http2}} option is set to {{true}}, see [1].

I am using Http2 client from netty for trying whether it is possible to establish HHTP/2 connection via upgrade.

[1] 
{code:xml}
 <server name="default-server">
                <http-listener name="default" socket-binding="http" enable-http2="true" redirect-socket="https"/>
                <https-listener name="https" socket-binding="https" security-realm="https" enable-http2="true"/>
                <host name="default-host" alias="localhost">
                    <location name="/" handler="welcome-content"/>
                    <filter-ref name="server-header"/>
                    <filter-ref name="x-powered-by-header"/>
                </host>
            </server>

{code}




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


More information about the jboss-jira mailing list