Skip to content

Commit

Permalink
Add note that client hostname verification requires server verification
Browse files Browse the repository at this point in the history
  • Loading branch information
nightkr committed Nov 22, 2024
1 parent 6897947 commit 2a7980d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1743,6 +1743,7 @@ and [SASL authentication for ZooKeeper](https://cwiki.apache.org/confluence/disp
(Java system properties: **zookeeper.ssl.clientHostnameVerification** and **zookeeper.ssl.quorum.clientHostnameVerification**)
**New in 3.9.4:**
Specifies whether the client's hostname verification is enabled in client and quorum TLS negotiation process.
This option requires the corresponding *hostnameVerification* option to be `true`, or it will be ignored.
Default: true for quorum, false for clients

* *ssl.crl* and *ssl.quorum.crl* :
Expand Down

0 comments on commit 2a7980d

Please sign in to comment.