Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Jetty 9.3 negotiating to HTTP/1.1 instead of HTTP/2.0

> Just out of curiosity and while you're trying, can you please check 
> that if you comment out "alpn.protocols", and you put the http2 module 
> *before* the http module in start.ini, then it works as well ? 

> If you have time, let us know. 

> Thanks ! 

I tried this, it does not work. The alpn.protocols value must be defined
with the desired ordering.

Another question, does 9.3M2 support HTTP2 without SSL? Every time I try
this with upgrade, the server fails with exception:

"javax.net.ssl.SSLException: Unrecognized SSL message, plaintext
connection?"



--
View this message in context: http://jetty.4.x6.nabble.com/Jetty-9-3-negotiating-to-HTTP-1-1-instead-of-HTTP-2-0-tp4963797p4963808.html
Sent from the Jetty User mailing list archive at Nabble.com.


Back to the top