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

Remove TLS 1.0 as a default SSL protocol #37512

Merged
merged 8 commits into from
Jan 25, 2019

Commits on Jan 16, 2019

  1. Remove TLS 1.0 as a default SSL protocol

    The default value for ssl.supported_protocols no longer includes TLSv1
    as this is an old protocol with known security issues.
    Administrators can enable TLSv1.0 support by configuring the
    appropriate `ssl.supported_protocols` setting, for example:
    
    xpack.security.http.ssl.supported_protocols: ["TLSv1.2","TLSv1.1","TLSv1"]
    
    Relates: elastic#36021
    tvernum committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    335b4c0 View commit details
    Browse the repository at this point in the history
  2. Remove unused import

    tvernum committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    436e94d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f77532 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    96fb7e6 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2019

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

Commits on Jan 24, 2019

  1. Configuration menu
    Copy the full SHA
    a4cfb24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2acab66 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34fd599 View commit details
    Browse the repository at this point in the history