ARTEMIS-3421: update docs to reflect change in default, missed from ARTEMIS-3367, and clarify a bit
This commit is contained in:
parent
9baa9a4c2b
commit
d7f30e7a33
|
@ -461,15 +461,15 @@ additional properties:
|
||||||
|
|
||||||
- `verifyHost`
|
- `verifyHost`
|
||||||
|
|
||||||
When used on an `acceptor` the `CN` of the connecting client's SSL
|
When used on a `connector` the `CN` or Subject Alternative Name values
|
||||||
certificate will be compared to its hostname to verify they match. This is
|
of the server's SSL certificate will be compared with the hostname being
|
||||||
useful only for 2-way SSL.
|
connected to in order to verify a match. This is useful for both 1-way and 2-way SSL.
|
||||||
|
|
||||||
When used on a `connector` the `CN` of the server's SSL certificate will be
|
When used on an `acceptor` the `CN` or Subject Alternative Name values
|
||||||
compared to its hostname to verify they match. This is useful for both 1-way
|
of the connecting client's SSL certificate will be compared to its
|
||||||
and 2-way SSL.
|
hostname to verify a match. This is useful only for 2-way SSL.
|
||||||
|
|
||||||
Valid values are `true` or `false`. Default is `false`.
|
Valid values are `true` or `false`. Default is `true` for connectors, and `false` for acceptors.
|
||||||
|
|
||||||
- `trustAll`
|
- `trustAll`
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue