I’m back with some more information from the Go team, and some more questions:
- Are you behind any kind of proxy?
- Can you access https://api.itch.io/ with Google Chrome? With Firefox? With curl? (
curl https://api.itch.io/
in the command-line). What certificate chain do you see in Google Chrome & Firefox? - Can you install the latest Go from https://golang.org/ and run
GODEBUG=x509roots=1 go test -v -run TestSystemRoots crypto/x509
?
Please respond in as much detail as you can!