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

nsq: enable ability to specify min acceptable tls version #512

Closed
twmb opened this issue Dec 9, 2014 · 1 comment · Fixed by #513
Closed

nsq: enable ability to specify min acceptable tls version #512

twmb opened this issue Dec 9, 2014 · 1 comment · Fixed by #513

Comments

@twmb
Copy link
Contributor

twmb commented Dec 9, 2014

Currently, all nsq tls config's do not have the ability to specify the MinVersion acceptable. This means that nsq is vulnerable to the SSLv3/POODLE attack.

We could either add a -tls-min-version flag, or start having a -tls-opt flag for any other future tls changes.

Note that this also affects go-nsq and any nsq utility.

@mreiferson
Copy link
Member

word, see #513

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants