Istvan Toth created ZOOKEEPER-4950: -------------------------------------- Summary: Do not set jdk.tls.rejectClientInitiatedRenegotiation in ZK client Key: ZOOKEEPER-4950 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4950 Project: ZooKeeper Issue Type: Bug Components: java client Reporter: Istvan Toth
The ZK client should not set random JRE system properties, as that can have unforseen effects in up in the stack / application. This is not a major issue, as this property seems to be only relevant fro TLS 1.0 and lower, but this is part of making the ZK client a well behaved Java library that does not randomly override potentially problematic JVM system properties. It is fine to keep this for the ZK server process. -- This message was sent by Atlassian Jira (v8.20.10#820010)