Add documentation for HTTP/2 support in Jetty
See gh-10902
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user