What version of Go are you using (go version)?
$ go version
go version go1.27-devel_bfbbe9667e Fri May 22 15:49:08 2026 -0700 darwin/arm64
Does this issue reproduce with the latest release?
No
What operating system and processor architecture are you using (go env)?
go env Output
$ go env
AR='ar'
CC='clang'
CGO_CFLAGS='-O2 -g'
CGO_CPPFLAGS=''
CGO_CXXFLAGS='-O2 -g'
CGO_ENABLED='1'
CGO_FFLAGS='-O2 -g'
CGO_LDFLAGS='-O2 -g'
CXX='clang++'
GCCGO='gccgo'
GO111MODULE=''
GOARCH='arm64'
GOARM64='v8.0'
GOAUTH='netrc'
GOBIN=''
GOCACHE='/Users/kevin/Library/Caches/go-build'
GOCACHEPROG=''
GODEBUG=''
GOENV='/Users/kevin/Library/Application Support/go/env'
GOEXE=''
GOEXPERIMENT=''
GOFIPS140='off'
GOFLAGS=''
GOGCCFLAGS='-fPIC -arch arm64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -ffile-prefix-map=/var/folders/gh/xgxt3m8d5kd3353q6wyl6c1m0000gn/T/go-build927103055=/tmp/go-build -gno-record-gcc-switches -fno-common'
GOHOSTARCH='arm64'
GOHOSTOS='darwin'
GOINSECURE=''
GOMOD='/dev/null'
GOMODCACHE='/Users/kevin/pkg/mod'
GONOPROXY=''
GONOSUMDB=''
GOOS='darwin'
GOPACKAGESDRIVER=''
GOPATH='/Users/kevin'
GOPRIVATE=''
GOPROXY='direct'
GOROOT='/Users/kevin/go'
GOSUMDB='sum.golang.org'
GOTELEMETRY='local'
GOTELEMETRYDIR='/Users/kevin/Library/Application Support/go/telemetry'
GOTMPDIR=''
GOTOOLCHAIN='auto'
GOTOOLDIR='/Users/kevin/go/pkg/tool/darwin_arm64'
GOVCS=''
GOVERSION='go1.27-devel_bfbbe9667e Fri May 22 15:49:08 2026 -0700'
GOWORK=''
PKG_CONFIG='pkg-config'
GOROOT/bin/go version: go version go1.27-devel_bfbbe9667e Fri May 22 15:49:08 2026 -0700 darwin/arm64
GOROOT/bin/go tool compile -V: compile version go1.27-devel_bfbbe9667e Fri May 22 15:49:08 2026 -0700
uname -v: Darwin Kernel Version 25.3.0: Wed Jan 28 20:54:46 PST 2026; root:xnu-12377.91.3~2/RELEASE_ARM64_T6000
ProductName: macOS
ProductVersion: 26.3.1
ProductVersionExtra: (a)
BuildVersion: 25D771280a
lldb --version: lldb-2100.0.16.4
Apple Swift version 6.3 (swiftlang-6.3.0.123.5 clang-2100.0.123.102)
What did you do?
I can't connect to https://oakland.granicus.com/ with Go 1.27 at tip, it tries to negotiate TLS 1.3 and then just errors with "handshake timeout".
Go 1.26 is able to complete a connection (as is my browser, curl, etc.)
What version of Go are you using (
go version)?Does this issue reproduce with the latest release?
No
What operating system and processor architecture are you using (
go env)?go envOutputWhat did you do?
I can't connect to https://oakland.granicus.com/ with Go 1.27 at tip, it tries to negotiate TLS 1.3 and then just errors with "handshake timeout".
Go 1.26 is able to complete a connection (as is my browser, curl, etc.)