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

Update TLS min version to 1.1, set default min to 1.2 #264

Conversation

michel-laterman
Copy link
Contributor

What does this PR do?

Set the min TLS version to 1.1, set the default min to 1.2

Why is it important?

Support TLSv1.0 and TLSv1.1 is being removed/restricted in the upcoming 9.0 release.

If using these versions is still required; for example on the 8.x backports the importing program should call tlscommon.SetInsecureDefaults() to restore support for handling TLSv1.0/1.1.

Checklist

  • My code follows the style guidelines of this project
  • I have commented my code, particularly in hard-to-understand areas
  • I have added tests that prove my fix is effective or that my feature works

@michel-laterman michel-laterman added Team:Elastic-Agent-Control-Plane Label for the Agent Control Plane team breaking change labels Dec 31, 2024
@michel-laterman michel-laterman requested a review from a team as a code owner December 31, 2024 17:37
@michel-laterman michel-laterman requested review from khushijain21 and VihasMakwana and removed request for a team December 31, 2024 17:37
@michel-laterman
Copy link
Contributor Author

This is a duplicate of #121 😬

@elasticmachine
Copy link
Collaborator

💚 Build Succeeded

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change Team:Elastic-Agent-Control-Plane Label for the Agent Control Plane team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants