-
Bug
-
Resolution: Done
-
Blocker
-
10.0.0.Alpha4
-
None
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]
<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>
- clones
-
JBEAP-395 Unable to establish HTTP/2 connection via plain http (non https)
- Closed