You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the heads up. Hopefully go fixes this before our next release. If not we can review how much pain its causing our users and use the linked fix. 🙏
Describe the bug
Go 1.23 introduces a small change: https://tip.golang.org/doc/go1.23#cryptotlspkgcryptotls
This actually stops go apps from working behind the AWS Network firewall
To Reproduce
A really good explanation here: hashicorp/terraform-provider-aws#39311
Expected behavior
TLS Traffic flows through firewall
Environment:
AWS Gov Cloud behind AWS Network FIrewall
Additional Context
I believe it can be mitigated with: https://github.com/hashicorp/terraform-provider-aws/pull/39432/files#diff-33ef32bf6c23acb95f5902d7097b7a1d5128ca061167ec0716715b0b9eeaa5f6R7
The text was updated successfully, but these errors were encountered: