Skip to content

Commit 3e6b4e6

Browse files
committed
Merge branch '2.6.x' into 2.7.x
Closes gh-31974
2 parents 700460c + 591cd0f commit 3e6b4e6

File tree

1 file changed

+1
-0
lines changed
  • spring-boot-project/spring-boot-docs/src/docs/asciidoc/howto

1 file changed

+1
-0
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/howto/webserver.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ You can enable HTTP/2 support in your Spring Boot application with the configpro
222222
Both `h2` (HTTP/2 over TLS) and `h2c` (HTTP/2 over TCP) are supported.
223223
To use `h2`, SSL must also be enabled.
224224
When SSL is not enabled, `h2c` will be used.
225+
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.
225226
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.
226227

227228

0 commit comments

Comments
 (0)