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

Issue deprecation warning if TLSv1.0 is used without explicit config #37788

Merged
merged 8 commits into from
Jan 29, 2019

Commits on Jan 17, 2019

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

Commits on Jan 18, 2019

  1. Add warnings if TLSv1 is used implicitly

    TLSv1.0 will be removed from the default list of supported protocols
    in v7.0.
    This change adds deprecation warnings when a TLS v1.0 connection is
    used without having been explictly configured as a supported protocol.
    Such situations will fail in Elasticsearch 7.x
    tvernum committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    e1e4726 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2019

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

Commits on Jan 24, 2019

  1. Configuration menu
    Copy the full SHA
    85269f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    412cdef View commit details
    Browse the repository at this point in the history
  3. Fix broken LDAP tests

    tvernum committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    e324de5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7b6cbe3 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2019

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