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

[stable/antelope] Support checking service ports with ssl connection #896

Merged
merged 1 commit into from
Apr 22, 2024

Commits on Apr 22, 2024

  1. Support checking service ports with ssl connection

    By default netcat is used to check if a service is
    listening on a port. This is generally ok except
    for services expecting SSL connections which need
    to be properly closed and netcat can't do that. So
    here we add support for optionally using the python
    ssl library to create an ssl connection to the port
    and close it properly once finished.
    
    Related-Bug: #1920770
    (cherry picked from commit 0071e27)
    (cherry picked from commit f991233)
    dosaboy committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    4a65a1b View commit details
    Browse the repository at this point in the history