What version of Go are you using (go version)? 1.15.8
$ go version
Does this issue reproduce with the latest release?
I have a user who is attempting to curl the golang site. All attempts are met with connection reset by peer (pasted below). The user is able to telnet golang.org 443 successfully. Traceroutes and tcptraceroutes are getting to the golang server but the connection is getting reset. Are there any known issues with connection resets in conjunction with golang.org?
curl -v https://golang.org
- Trying x.x.x.x:443...
- Connected to golang.org (x.x.x.x) port 443 (#0)
- ALPN, offering http/1.1
- successfully set certificate verify locations:
- CAfile: /etc/pki/tls/certs/ca-bundle.crt
- CApath: none
- TLSv1.3 (OUT), TLS handshake, Client hello (1):
- OpenSSL SSL_connect: Connection reset by peer in connection to golang.org:443
- Closing connection 0
curl: (35) OpenSSL SSL_connect: Connection reset by peer in connection to golang.org:443
What operating system and processor architecture are you using (go env)?
go env Output
$ go env
What did you do?
What did you expect to see?
What did you see instead?
What version of Go are you using (
go version)? 1.15.8Does this issue reproduce with the latest release?
I have a user who is attempting to curl the golang site. All attempts are met with connection reset by peer (pasted below). The user is able to telnet golang.org 443 successfully. Traceroutes and tcptraceroutes are getting to the golang server but the connection is getting reset. Are there any known issues with connection resets in conjunction with golang.org?
curl -v https://golang.org
curl: (35) OpenSSL SSL_connect: Connection reset by peer in connection to golang.org:443
What operating system and processor architecture are you using (
go env)?go envOutputWhat did you do?
What did you expect to see?
What did you see instead?