Skip to content

Commit 3e4eb78

Browse files
committed
HTTP/2 section update, drop JDK 8 note
1 parent 20075d7 commit 3e4eb78

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/src/main/asciidoc/http-reference.adoc

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ As with the certificate/key file combination, Quarkus will first try to resolve
183183

184184
Add the following property to your `application.properties`:
185185

186-
[source,bash]
186+
[source,properties]
187187
----
188188
quarkus.http.ssl.certificate.key-store-file=/path/to/keystore
189189
----
@@ -307,9 +307,8 @@ quarkus.http.handle-100-continue-automatically=true
307307

308308
== HTTP/2 Support
309309

310-
HTTP/2 is enabled by default, and will be used by browsers if SSL is in use on JDK11 or higher. JDK8 does not support
311-
ALPN so cannot be used to run HTTP/2 over SSL. Even if SSL is not in use HTTP/2 via cleartext upgrade is supported,
312-
and may be used by non-browser clients.
310+
HTTP/2 is enabled by default, and will be used by browsers if SSL is in use. Even if SSL is not in use
311+
HTTP/2 via cleartext upgrade is supported, and may be used by non-browser clients.
313312

314313
If you want to disable HTTP/2 you can set:
315314

0 commit comments

Comments
 (0)