File tree 1 file changed +3
-1
lines changed
zookeeper-docs/src/main/resources/markdown
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -1738,7 +1738,9 @@ and [SASL authentication for ZooKeeper](https://cwiki.apache.org/confluence/disp
1738
1738
(Java system properties: ** zookeeper.ssl.ciphersuites** and ** zookeeper.ssl.quorum.ciphersuites** )
1739
1739
** New in 3.5.5:**
1740
1740
Specifies the enabled cipher suites to be used in client and quorum TLS negotiation.
1741
- Default: Enabled cipher suites depend on the Java runtime version being used.
1741
+ Default: None, the JVM defaults are used (3.10.0+),
1742
+ Enabled cipher suites are hard coded, with the ordering dependent on whether Java 8, or Java 9+ is used.
1743
+ For Java 8 the list begins with the TLSv1.2 CBC ciphers, while for Java 9+ it begins with the TLSv1.2 CBM ciphers (3.5.5-3.9.x).
1742
1744
1743
1745
* * ssl.context.supplier.class* and * ssl.quorum.context.supplier.class* :
1744
1746
(Java system properties: ** zookeeper.ssl.context.supplier.class** and ** zookeeper.ssl.quorum.context.supplier.class** )
You can’t perform that action at this time.
0 commit comments