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

website: https://tip.golang.org returns TLS alert{fatal, certificate_unknown} #21251

Closed
mikioh opened this issue Aug 1, 2017 · 8 comments
Closed
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.
Milestone

Comments

@mikioh
Copy link
Contributor

mikioh commented Aug 1, 2017

Not sure when it started, right now a TLS handshake to tip.golang.org, which means SNI=tip.golang.org, fails caused by TLS alert{fatal, certificate_unknown}.

@davecheney
Copy link
Contributor

davecheney commented Aug 1, 2017 via email

@smasher164
Copy link
Member

Chrome shows that the cert expired Monday, July 31, 2017 at 8:36:00 PM Eastern Daylight Time under devtools->Security->View Certificate.

image

@davecheney
Copy link
Contributor

davecheney commented Aug 1, 2017 via email

@bradfitz
Copy link
Contributor

bradfitz commented Aug 1, 2017

Well, that's interesting.

@x1ddos, any known issues with golang.org/x/crypto/acme/autocert not auto-cert-ing?

@bradfitz bradfitz self-assigned this Aug 1, 2017
@bradfitz bradfitz added the NeedsFix The path to resolution is known, but the work has not been done. label Aug 1, 2017
@gopherbot
Copy link
Contributor

Change https://golang.org/cl/52390 mentions this issue: cmd/tip: add a cert cache, clean up Kubernetes config, use update-deps

@bradfitz bradfitz added this to the Unreleased milestone Aug 1, 2017
@smasher164
Copy link
Member

smasher164 commented Aug 1, 2017

In #20035, expired/invalid certs were never renewed, and golang/crypto@0e4becf fixed this by treating invalid entries as nonexistent.

upspin/upspin#367 faced this issue but closed it b/c upstream was closed.

@bradfitz
Copy link
Contributor

bradfitz commented Aug 1, 2017

@smasher164, thanks. That's probably what we just hit.

@x1ddos
Copy link

x1ddos commented Aug 2, 2017

@bradfitz sorry, I'm late but yeah, what @smasher164 said is probably it. I should've reminded you.

Do you guys have an email in autocert config, registered with Let's Encrypt? I found it useful, some sort of a warning. If you get an email, something went wrong and the cert wasn't renewed in due time.

upspin should be fine - they've rebuilt their binaries after that commit.

@golang golang locked and limited conversation to collaborators Aug 2, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.
Projects
None yet
Development

No branches or pull requests

6 participants