Commit fb7026b8 authored by Brian Clozel's avatar Brian Clozel

Add documentation for HTTP/2 support in Jetty

See gh-10902
parent 890c28df
......@@ -747,8 +747,6 @@ Spring Boot does not support `h2c`, the cleartext version of the HTTP/2 protocol
must <<howto-configure-ssl, configure SSL first>>.
====
Currently, only Undertow and Tomcat are supported with this configuration key.
[[howto-configure-http2-undertow]]
......@@ -757,6 +755,15 @@ As of Undertow 1.4.0+, HTTP/2 is supported without any additional requirement on
[[howto-configure-http2-jetty]]
==== HTTP/2 with Jetty
As of Jetty 9.4.8, HTTP/2 is also supported with the
https://www.conscrypt.org/[Conscrypt library].
To enable that support, your application needs to have two additional dependencies:
`org.eclipse.jetty:jetty-alpn-conscrypt-server` and `org.eclipse.jetty.http2:http2-server`.
[[howto-configure-http2-tomcat]]
==== HTTP/2 with Tomcat
Spring Boot ships by default with Tomcat 8.5.x. With that version, HTTP/2 is only
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment