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

SSL Medium Strength Cipher Suites Supported (SWEET32) on K8s dqlite #48

Open
ryanwong00 opened this issue Jul 21, 2023 · 1 comment
Open

Comments

@ryanwong00
Copy link

Hi all,

I am using a MicroK8s 1.27 cluster. We recently used Nexsus to do a security scan and it raised a medium threat for 'SSL Medium Strength Cipher Suites Supported (SWEET32)' on port 19001. Is there any way to define the cipher suite or enforce TLS1.3 in dqlite?

BTW, this vulnerability was not found in MicroK8s 1.23. Using nmap --script ssl-enum-ciphers -p 19001 hostname also showed that the 3DES is being supported in 1.27 while not in 1.23.

Thanks in advance
Ryan

@neoaggelos
Copy link
Contributor

Hi @ryanwong00 we will be adding a --min-tls-version flag in k8s-dqlite with #49

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

No branches or pull requests

2 participants