Skip to content

Commit

Permalink
Merge pull request #36464 from rsvoboda/http-reference.http2
Browse files Browse the repository at this point in the history
HTTP reference guide - HTTP/2 section update, drop JDK 8 note
  • Loading branch information
rsvoboda authored Oct 13, 2023
2 parents 6808004 + 3e4eb78 commit 5deef78
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/src/main/asciidoc/http-reference.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ As with the certificate/key file combination, Quarkus will first try to resolve

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

[source,bash]
[source,properties]
----
quarkus.http.ssl.certificate.key-store-file=/path/to/keystore
----
Expand Down Expand Up @@ -307,9 +307,8 @@ quarkus.http.handle-100-continue-automatically=true

== HTTP/2 Support

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
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,
and may be used by non-browser clients.
HTTP/2 is enabled by default, and will be used by browsers if SSL is in use. Even if SSL is not in use
HTTP/2 via cleartext upgrade is supported, and may be used by non-browser clients.

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

Expand Down

0 comments on commit 5deef78

Please sign in to comment.