Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Enable HTTP2 with Jetty

Hi,

I asked a question on stackoverflow (http://stackoverflow.com/questions/29389690/enable-http2-with-maven-jetty-plugin) without success, maybe I'll have more chance with the mailing list.

I'm facing an issue when I want to enable HTTP/2 over SSL. In the topic, I provide my configuration. Note that if I configure HTTP/1.1 connector in addition to the HTTP/2 connector, then the browser fallbacks to HTTP/1.1 even if it supports HTTP/2 protocol.

Another question about Java HTTP/2 server socket is submitted here: http://stackoverflow.com/questions/29399182/java-http-2-server-socket

I also think that something could be wrong with my ALPN configuration and the JDK I'm using. Somebody could help?

ThanksĀ 

--
Guillaume DROUET

Back to the top