Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/website: https://golang.org #48681

Closed
cpratherCSU opened this issue Sep 29, 2021 · 7 comments
Closed

x/website: https://golang.org #48681

cpratherCSU opened this issue Sep 29, 2021 · 7 comments

Comments

@cpratherCSU
Copy link

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?

@gopherbot gopherbot added this to the Unreleased milestone Sep 29, 2021
@seankhliao
Copy link
Member

What address is it actually connecting to?

@cpratherCSU
Copy link
Author

Thank you Sean. I apologize. like a dummy, I x'ed out the dst IPs:
src: 10.x.x.x
dst: 142.250.72.17
service: 443

@cpratherCSU
Copy link
Author

WOPR gin # traceroute golang.org
traceroute to golang.org (142.250.72.17), 30 hops max, 60 byte packets
1 -x.x.x.net (x.x.x.x) 2.724 ms 2.690 ms 2.664 ms
2 -x.x.x.net (x.x.x.x) 0.128 ms 0.330 ms 0.316 ms
3 -x.x.x.net (x.x.x.x) 0.195 ms 0.236 ms 0.556 ms
4 -x.x.x.net (x.x.x.x) 0.327 ms 0.377 ms 0.368 ms
5 -x.x.x.net (x.x.x.x) 2.532 ms 2.504 ms 2.493 ms
6 den08s06-in-f17.1e100.net (142.250.72.17) 4.218 ms 4.246 ms 4.264 ms

sudo tcptraceroute golang.org 443
traceroute to golang.org (142.250.72.17), 30 hops max, 60 byte packets
1 -x.x.x.net (x.x.x.x) 1.072 ms 1.052 ms 1.045 ms
2 -x.x.x.net (x.x.x.x) 0.149 ms 0.146 ms 0.355 ms
3 -x.x.x.net (x.x.x.x) 2.229 ms 2.216 ms 2.260 ms
4 -x.x.x.net (x.x.x.x) 0.350 ms 0.389 ms 0.379 ms
5 -x.x.x.net (x.x.x.x) 33.083 ms 33.088 ms 33.094 ms
6 den08s06-in-f17.1e100.net (142.250.72.17) <syn,ack> 2.292 ms 2.380 ms 2.425 ms

@cpratherCSU
Copy link
Author

GoLand-Conn-Reset-09292021

@seankhliao
Copy link
Member

Is it just for golang.org or other sites as well (both Google and non Google sites)?

@cpratherCSU
Copy link
Author

cpratherCSU commented Sep 29, 2021 via email

@cpratherCSU
Copy link
Author

cpratherCSU commented Sep 29, 2021 via email

@golang golang locked and limited conversation to collaborators Sep 30, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants