Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#7196: Health checks should default to TLSv1.2
Summary: D10596 introduced a bug where if ssl_protocols is not specified, the cqlsh check will error out by trying to pass in None. This diff fixes that by defaulting to TLSv1.2 and also allowing ssl_protocols flag to have more than one value (e.g. "ssl2 ssl3,tls10 tls11") Test Plan: Create TLS universe without the flag. Try health check. Create TLS universe with the flag set to "ssl2 ssl3,tls10 tls11". Try health check. Reviewers: daniel, arnav, sanketh, sb-yb Reviewed By: sb-yb Subscribers: jenkins-bot, yugaware Differential Revision: https://phabricator.dev.yugabyte.com/D10617
- Loading branch information