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

Fix supported ssl protocols in default configs #15760

Merged
merged 1 commit into from
Jan 23, 2020

Conversation

urso
Copy link

@urso urso commented Jan 22, 2020

  • Bug

What does this PR do?

Update ssl.supported_protocols setting to contain correct defaults.

Why is it important?

Beats 7.6 introduced TLS1.3 and sets the default TLS protocols to TLS1.1, 1.2, 1.3. The reference configuration files act as documentation and should display the correct values.

Checklist

  • My code follows the style guidelines of this project
    - [ ] I have commented my code, particularly in hard-to-understand areas
    - [ ] I have made corresponding changes to the documentation
  • I have made corresponding change to the default configuration files
    - [ ] I have added tests that prove my fix is effective or that my feature works

Author's Checklist

  • [ ]

How to test this PR locally

Related issues

@urso urso merged commit 6f3355c into elastic:master Jan 23, 2020
@urso urso deleted the defaultconfig-tls-versions branch January 23, 2020 14:38
urso pushed a commit to urso/beats that referenced this pull request Jan 23, 2020
@urso urso added v7.7.0 and removed needs_backport PR is waiting to be backported to other branches. labels Jan 23, 2020
urso pushed a commit to urso/beats that referenced this pull request Jan 23, 2020
urso pushed a commit that referenced this pull request Jan 23, 2020
urso pushed a commit that referenced this pull request Jan 27, 2020
Beats 7.6 introduced TLS1.3 and sets the default TLS protocols to TLS1.1, 1.2, 1.3. The reference configuration files act as documentation and should display the correct values.

(cherry picked from commit 6f3355c)
@andresrc andresrc added the Team:Integrations Label for the Integrations team label Mar 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
review Team:Integrations Label for the Integrations team v7.6.0 v7.7.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants