This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/main by this push:
     new 137e1ed52d ARTEMIS-4333 Document web SNI settings
137e1ed52d is described below

commit 137e1ed52d1ca32f4c68a48d4b78399f1e3e5b12
Author: Domenico Francesco Bruscino <brus...@apache.org>
AuthorDate: Mon Jun 26 08:57:43 2023 +0200

    ARTEMIS-4333 Document web SNI settings
---
 docs/user-manual/en/web-server.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/docs/user-manual/en/web-server.md 
b/docs/user-manual/en/web-server.md
index a5a3b68981..4aac369a68 100644
--- a/docs/user-manual/en/web-server.md
+++ b/docs/user-manual/en/web-server.md
@@ -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:

Reply via email to