From c5d8040f44da41da9400a5a014a65bef7f9bf5f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Mathieu?= Date: Sat, 19 Nov 2022 16:03:38 +0100 Subject: [PATCH] Add HTTPS port configuration in the HTTP reference guide --- docs/src/main/asciidoc/http-reference.adoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/src/main/asciidoc/http-reference.adoc b/docs/src/main/asciidoc/http-reference.adoc index a5dbe8861abeb..22a028bec23b3 100644 --- a/docs/src/main/asciidoc/http-reference.adoc +++ b/docs/src/main/asciidoc/http-reference.adoc @@ -170,6 +170,12 @@ This will also work in tandem with link:https://kubernetes.io/docs/concepts/conf _Note: in order to remain compatible with earlier versions of Quarkus (before 0.16) the default password is set to "password". It is therefore not a mandatory parameter!_ +=== Configure the HTTPS port + +By default, Quarkus listens to port 8443 for SSL secured connections and 8444 when running tests. + +These ports can be configured in your `application.properties` with the properties `quarkus.http.ssl-port` and `quarkus.http.test-ssl-port`. + === Disable the HTTP port It is possible to disable the HTTP port and only support secure requests. This is done via the