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

[security] disable the X25519Kyber768Draft00 key exchange mechanism in artifacts #12518

Open
songy23 opened this issue Feb 27, 2025 · 1 comment

Comments

@songy23
Copy link
Member

songy23 commented Feb 27, 2025

Component(s)

No response

Describe the issue you're reporting

X25519Kyber768Draft00 key exchange mechanism is an experimental tls algorithm and is enabled by default in Go 1.23. It has a bug with AWS Network Firewalls to drop packets. This terraform provider issue details it further

Consider disabling it in the collector artifacts. An example fix: DataDog/datadog-agent#34481

@songy23
Copy link
Member Author

songy23 commented Feb 27, 2025

A workaround to disable this for already released versions is to set GODEBUG=tlskyber=0 when running the built binary

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant