Skip to content

Commit c051292

Browse files
authored
Merge pull request #41740 from hashicorp/restore-godebug-tlskyber=0
Restore `godebug tlskyber=0`
2 parents eb9ee3b + 3b787a2 commit c051292

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.changelog/41740.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:note
2+
provider: Restore the `godebug tlskyber=0` directive in `go.mod`. This disables the experimental the post-quantum key exchange mechanism `X25519Kyber768Draft00`, fixing failed or hanging network connections to various AWS services. This fixes a regression introduced in [v5.90.0](https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md#5900-march--6-2025)
3+
```

go.mod

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ module github.com/hashicorp/terraform-provider-aws
22

33
go 1.23.7
44

5+
// Disable experimental post-quantum key exchange mechanism X25519Kyber768Draft00
6+
// This was causing errors with AWS Network Firewall
7+
godebug tlskyber=0
8+
59
require (
610
github.com/ProtonMail/go-crypto v1.1.6
711
github.com/YakDriver/go-version v0.1.0

0 commit comments

Comments
 (0)