Defaults to TLSv1.3

Closes #9530
This commit is contained in:
Pedro Igor 2022-01-12 10:05:58 -03:00
parent 86e683bdb9
commit 8ed7c0544f
5 changed files with 5 additions and 4 deletions

View file

@ -68,6 +68,7 @@ final class HttpPropertyMappers {
.to("quarkus.http.ssl.protocols")
.description("The list of protocols to explicitly enable.")
.paramLabel("protocols")
.defaultValue("TLSv1.3")
.build(),
builder().from("https.certificate.file")
.to("quarkus.http.ssl.certificate.file")

View file

@ -148,7 +148,7 @@ HTTP/TLS:
detected based on the file name.
--https-port <port> The used HTTPS port. Default: 8443.
--https-protocols <protocols>
The list of protocols to explicitly enable.
The list of protocols to explicitly enable. Default: TLSv1.3.
--https-trust-store-file <file>
The trust store which holds the certificate information of the certificates to
trust.

View file

@ -80,7 +80,7 @@ HTTP/TLS:
detected based on the file name.
--https-port <port> The used HTTPS port. Default: 8443.
--https-protocols <protocols>
The list of protocols to explicitly enable.
The list of protocols to explicitly enable. Default: TLSv1.3.
--https-trust-store-file <file>
The trust store which holds the certificate information of the certificates to
trust.

View file

@ -137,7 +137,7 @@ HTTP/TLS:
detected based on the file name.
--https-port <port> The used HTTPS port. Default: 8443.
--https-protocols <protocols>
The list of protocols to explicitly enable.
The list of protocols to explicitly enable. Default: TLSv1.3.
--https-trust-store-file <file>
The trust store which holds the certificate information of the certificates to
trust.

View file

@ -83,7 +83,7 @@ HTTP/TLS:
detected based on the file name.
--https-port <port> The used HTTPS port. Default: 8443.
--https-protocols <protocols>
The list of protocols to explicitly enable.
The list of protocols to explicitly enable. Default: TLSv1.3.
--https-trust-store-file <file>
The trust store which holds the certificate information of the certificates to
trust.