Skip to content

Commit

Permalink
ARTEMIS-4333 Document web SNI settings
Browse files Browse the repository at this point in the history
  • Loading branch information
brusdev authored and gemmellr committed Jun 26, 2023
1 parent 57602a9 commit 137e1ed
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/user-manual/en/web-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ attributes:
Only applicable when using `https`.
- `excludedCipherSuites` A comma seperated list of excluded cipher suites.
Only applicable when using `https`.
- `sniHostCheck` Whether or not the SNI Host name in the client request must
match the common name or the subject alternative names in the server
certificate. Default is `true`. Only applicable when using `https`.
- `sniRequired` Whether or not the client request must include an SNI Host
name. Default is `false`. Only applicable when using `https`.

Each web application should be defined in an `app` element inside an `binding` element.
The `app` element has the following attributes:
Expand Down

0 comments on commit 137e1ed

Please sign in to comment.