mirror of
https://github.com/golang/go.git
synced 2025-05-19 22:33:25 +00:00
Fixes #66214 Change-Id: Iba8006a17fc7cd33c7485ab1a1ef8f56531c0ed1 Reviewed-on: https://go-review.googlesource.com/c/go/+/587295 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Roland Shoemaker <roland@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Auto-Submit: Filippo Valsorda <filippo@golang.org>
178 B
178 B
3DES cipher suites were removed from the default list used when
[Config.CipherSuites] is nil. The default can be reverted adding tls3des=1
to
the GODEBUG environment variable.