We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No response
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
The text was updated successfully, but these errors were encountered:
A workaround to disable this for already released versions is to set GODEBUG=tlskyber=0 when running the built binary
GODEBUG=tlskyber=0
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: