Github user ivmaykov commented on the issue:
https://github.com/apache/zookeeper/pull/184
@anmolnar Most of the ssl-related config options start with `ssl.quorum`,
but this isn't true of `sslQuorum` and `portUnification`. What do you think
about renaming them. I'm open to suggestions for better names, but maybe
something like:
- `sslQuorum` => `ssl.quorum.enabled`
- `portUnification` => `ssl.quorum.portUnification`
They probably don't need to change in the code necessarily (though you can
change them if you want).
---