a942d5d3dc
When the cluster's client port is TLS-enabled, peer connections (which connect to that same port) must also speak TLS. PeerManager gains setPeerClientContext/ getPeerClientContext, and PeerNode installs that context on its client before logon. Null (the default) leaves peering plaintext — a no-op, so non-TLS clusters are unchanged.