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

✨ Allow TLS minimum version to be configured #1548

Merged

Commits on Jun 7, 2021

  1. Allow TLS minimum version to be configured

    Some environments have automated security scans that trigger
    on TLS versions or insecure cipher suites. Setting TLS to 1.3
    would solve both problems (setting to 1.2 only solves the former
    as the default 1.2 cipher suites are insecure).
    
    Default TLS minimum version of 1.0 remains.
    willthames committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    c8ecd75 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2021

  1. Configuration menu
    Copy the full SHA
    acdafe1 View commit details
    Browse the repository at this point in the history