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

nsqd: allow disable both HTTP and HTTPS interfaces #1384

Merged
merged 1 commit into from
Oct 22, 2021
Merged

nsqd: allow disable both HTTP and HTTPS interfaces #1384

merged 1 commit into from
Oct 22, 2021

Commits on Oct 21, 2021

  1. nsqd: allow disable both HTTP and HTTPS interfaces

    NSQD by defaults opens both the HTTP and well as the HTTPS interface
    by default (if TLS is set). This is fine as a default behavior, but
    it's valuable to be able to disable one interface or another to raise
    the security guarantees (e.g. if TCP is enough, there is no reason to
    keep 2 more ports open just to have to lock them down in some other
    way).
    
    This commits allows disabling the HTTP interface the same way the HTTPS
    one could be disabled until now (set it to ""). In addition, it makes
    a few code cleanups.
    karalabe committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    2c2c2a2 View commit details
    Browse the repository at this point in the history