You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2020/04/13 18:28:56 UTC

[GitHub] [nifi] jfrazee commented on issue #4202: NIFI-7203 Support for TLS in Zookeeper Server

jfrazee commented on issue #4202: NIFI-7203 Support for TLS in Zookeeper Server
URL: https://github.com/apache/nifi/pull/4202#issuecomment-613029136
 
 
   @natural Having also recently implemented this (#4207) I have a couple of comments:
   - Secure and insecure aren't mutually exclusive so if you also have `clientPort` in zookeeper.properties the behavior will be unexpected in that it'll ignore it and use `secureClientPort` instead. 
   - I wouldn't recommend setting `ssl.hostnameVerification=false` as an example.
   - We should add some tests.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services