Closed sudo-suhas closed 4 years ago
$ curl -i https://dmitri.shuralyov.com
curl: (7) Failed to connect to dmitri.shuralyov.com port 443: Operation timed out
Thanks for reporting.
This particular outage should be resolved by now. I'll update this issue with more information about what happened later.
In general, I suggest using a module proxy, for example the Go module mirror (https://proxy.golang.org), or your own proxy, or a combination of them, in order to be able to download modules even when some origin server is temporarily unavailable. If you're using Go 1.13 or newer, the default value of GOPROXY
environment variable includes https://proxy.golang.org
in it. See go command documentation for more information.
In general, I suggest using a module proxy
Sometimes it's not that easy, see: https://github.com/golang/go/issues/35221
Facing this issue while running go get:
I am not able to access
https://dmitri.shuralyov.com/gpu/mtl?go-get=1
from my local system either. Is it down?