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 socket activation #2323

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Commits on Dec 19, 2023

  1. Fix typo in "systemd"

    steelman committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    64796da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a36dbd4 View commit details
    Browse the repository at this point in the history
  3. Apply SSL configuration to sockets from systemd or upstart

    When adding a socket from an fd search the list of configured sockets
    for a socket with the same name. If such socket is found and it has SSL
    context configured with https-socket, move the context to the received
    socket because the configured one won't be bound anyway.
    steelman committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    11dae8a View commit details
    Browse the repository at this point in the history