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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: