Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixes #187 ssl ciphersuites is optional, and removed when not set #188

Merged
merged 1 commit into from
Feb 2, 2023

Conversation

xepa
Copy link
Contributor

@xepa xepa commented Jan 31, 2023

This commit will make $ssl_ciphersuites and $ssl_quorum_ciphersuites optional and will not define them in zoo.cfg

Previously a none supplied ciphersuite would defined the following in zoo.cfg leading to the following Exception Exception in thread "QuorumConnectionThread-[myid=1]-72" java.lang.IllegalArgumentException: The specified CipherSuites array contains invalid null or empty string elements

ssl.ciphersuites=

Fix for issue: #187

@xepa xepa changed the title fixes 187 ssl ciphersuites is optional, and removed when not set fixes #187 ssl ciphersuites is optional, and removed when not set Jan 31, 2023
@deric
Copy link
Owner

deric commented Feb 2, 2023

Looks good, thanks!

@deric deric merged commit 7b4443b into deric:master Feb 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants