Go version
go version go1.20.11 linux/amd64
Reproducibility
What operating system and processor architecture are you using (go env)?
GO111MODULE=""
GOARCH="amd64"
GOBIN=""
GOCACHE="/root/.cache/go-build"
GOENV="/root/.config/go/env"
GOEXE=""
GOEXPERIMENT=""
GOFLAGS=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOINSECURE=""
GOMODCACHE="/root/go/pkg/mod"
GOOS="linux"
GOPATH="/root/go"
GOPROXY="https://proxy.golang.org,direct"
GOROOT="/usr/local/go"
GOSUMDB="sum.golang.org"
GOTMPDIR=""
GOTOOLDIR="/usr/local/go/pkg/tool/linux_amd64"
GOVCS=""
GOVERSION="go1.20.11"
GCCGO="gccgo"
GOAMD64="v1"
AR="ar"
CC="gcc"
CXX="g++"
CGO_ENABLED="1"
GOMOD="/dev/null"
GOWORK=""
CGO_CFLAGS="-O2 -g"
CGO_CPPFLAGS=""
CGO_CXXFLAGS="-O2 -g"
CGO_FFLAGS="-O2 -g"
CGO_LDFLAGS="-O2 -g"
PKG_CONFIG="pkg-config"
GOGCCFLAGS="-fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build896829207=/tmp/go-build -gno-record-gcc-switches"
What did you do?
https://go.dev/play/p/tpcoHIgSxNp
I created a program to access https://www.ksecurity.or.kr
What did you expect to see?
I looked forward to receiving your response normally.
What did you see instead?
I checked that tls 1.3 communication is made with the browser and curl commands.
If Golang supports only tls 1.2, I checked the normal connection.
Go version
go version go1.20.11 linux/amd64
Reproducibility
What operating system and processor architecture are you using (
go env)?What did you do?
https://go.dev/play/p/tpcoHIgSxNp
I created a program to access https://www.ksecurity.or.kr
What did you expect to see?
I looked forward to receiving your response normally.
What did you see instead?
I checked that tls 1.3 communication is made with the browser and curl commands.
If Golang supports only tls 1.2, I checked the normal connection.