Skip to content

Commit

Permalink
Merge branch '2.6.x' into 2.7.x
Browse files Browse the repository at this point in the history
Closes gh-31974
  • Loading branch information
wilkinsona committed Aug 3, 2022
2 parents 700460c + 591cd0f commit 3e6b4e6
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -222,6 +222,7 @@ You can enable HTTP/2 support in your Spring Boot application with the configpro
Both `h2` (HTTP/2 over TLS) and `h2c` (HTTP/2 over TCP) are supported.
To use `h2`, SSL must also be enabled.
When SSL is not enabled, `h2c` will be used.
You may, for example, want to use `h2c` when your application is <<howto.webserver.use-behind-a-proxy-server,running behind a proxy server>> that is performing TLS termination.
The details of the `h2` support depend on the chosen web server and the application environment, since that protocol is not supported out-of-the-box by all JDK 8 releases.


Expand Down

0 comments on commit 3e6b4e6

Please sign in to comment.