You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the default config, in params ssl_ciphersuites and ssl_quorum_ciphersuites to an empty string leads to
# Set allowed Ciphers
ssl.ciphersuites=
..
# Set allowed Ciphers
ssl.quorum.ciphersuites=
breaking the startup of zookeeper with Exception in thread "QuorumConnectionThread-[myid=1]-72" java.lang.IllegalArgumentException: The specified CipherSuites array contains invalid null or empty string elements
The text was updated successfully, but these errors were encountered:
When using the default config, in params ssl_ciphersuites and ssl_quorum_ciphersuites to an empty string leads to
breaking the startup of zookeeper with
Exception in thread "QuorumConnectionThread-[myid=1]-72" java.lang.IllegalArgumentException: The specified CipherSuites array contains invalid null or empty string elements
The text was updated successfully, but these errors were encountered: