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

Security certificate expired #5438

Closed
Bobcat00 opened this issue Dec 9, 2022 · 8 comments
Closed

Security certificate expired #5438

Bobcat00 opened this issue Dec 9, 2022 · 8 comments

Comments

@Bobcat00
Copy link

Bobcat00 commented Dec 9, 2022

I get the following visiting your web site. Your SSL certificate expired Dec 8.

Your connection isn't private
Attackers might be trying to steal your information from checkerframework.org (for example, passwords, messages, or credit cards).
NET::ERR_CERT_DATE_INVALID
This server could not prove that it is checkerframework.org; its security certificate expired in the last day. This may be caused by a misconfiguration or an attacker intercepting your connection.

@mernst
Copy link
Member

mernst commented Dec 9, 2022

Thank you! We just noticed a few minutes ago and are working to fix it.
(Something went wrong with the renewal.)

@ben-manes
Copy link

ben-manes commented Dec 12, 2022

fyi this breaks the javadoc tool as it fails to resolve the linked resources.

javadoc: error - Error fetching URL: https://checkerframework.org/api/
1 error

@mernst
Copy link
Member

mernst commented Dec 12, 2022

Sorry about this. Last year, we were issued a 1-year certificate instead of a 2-year certificate. We didn't notice this at the time, so we were blindsided by its expiration. We are working to get a valid certificate re-issued. Thanks for your patience!

@mernst
Copy link
Member

mernst commented Dec 21, 2022

We have been working on this, but are encountering trouble in our conversations with our certificate issuer. We're about ready to drop them...

Sorry for the delay. We have not forgotten this.

@Bobcat00
Copy link
Author

Looks like it's working again?

@mernst
Copy link
Member

mernst commented Dec 22, 2022

Yes, it is. At least until next December 21. :-/
I'll close this now. Thanks again for pointing out the problem, and for your patience.

@mernst mernst closed this as completed Dec 22, 2022
@ben-manes
Copy link

JAVA_VERSION=21 ./gradlew javadoc --no-build-cache
...
Task :caffeine:javadoc
error: Error fetching URL: https://checkerframework.org/api/ (javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target)

The certificate looks fine, but for some reason the javadoc tool fails. I add to the gradle task setFailOnError(true) as a workaround.

@mernst
Copy link
Member

mernst commented Dec 11, 2023

Thanks for the bug report.

There was a new intermediate cert from Incommon that had to be installed (in addition to the main certificate). It should be all set now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants