anmolnar commented on code in PR #2173: URL: https://github.com/apache/zookeeper/pull/2173#discussion_r1733494485
########## zookeeper-docs/src/main/resources/markdown/zookeeperAdmin.md: ########## @@ -1739,6 +1739,12 @@ and [SASL authentication for ZooKeeper](https://cwiki.apache.org/confluence/disp Disabling it only recommended for testing purposes. Default: true +* *ssl.clientHostnameVerification* and *ssl.quorum.clientHostnameVerification* : + (Java system properties: **zookeeper.ssl.clientHostnameVerification** and **zookeeper.ssl.quorum.clientHostnameVerification**) + **New in (INSERT VERSION HERE):** + Specifies whether the client's hostname verification is enabled in client and quorum TLS negotiation process. Review Comment: Please add that this setting will require server `hostnameVerification` setting to be true. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@zookeeper.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org