forked from quarkusio/quarkus
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request quarkusio#17036 from cescoffier/http-sni
Add support for SNI (Server Name Indication) for the HTTP server
- Loading branch information
Showing
4 changed files
with
76 additions
and
10 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
extensions/vertx-http/deployment/src/test/resources/conf/ssl-pem.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Enable SSL, configure the key store | ||
quarkus.http.ssl.certificate.file=server-cert.pem | ||
quarkus.http.ssl.certificate.key-file=server-key.pem | ||
quarkus.http.ssl.certificate.files=server-cert.pem | ||
quarkus.http.ssl.certificate.key-files=server-key.pem | ||
# Test that server starts with this option | ||
# See https://github.com/quarkusio/quarkus/issues/8336 | ||
quarkus.http.insecure-requests=disabled |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters