-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
releases.hashicorp.com's certificate expired #31135
Comments
Hi @dikhan, Thanks for filing the issue. Can you verify that you are still seeing this error from your location? Connecting to the same IP and hostname shows a valid certificate for me. Perhaps there was a stale edge node which was since been purged. Thanks! |
hi @jbardin, I also ran into this problem via a different IP address |
I had this problem, but in my case it helped to update CA certificates with |
Hi @zbodi74, Is that the most recent output for you? From my location that IP also returns valid certificate:
|
Seeing this in one of our builds: Connecting to releases.hashicorp.com (146.75.94.133:443) |
We're seeing the same error in our builds too.
|
I saw this error yesterday, and it was because releases.hashicorp.com was using a LetsEncrypt cert, and the client tried to verify the chain using the expired DST Root CA X3 cert, which is well documented here: https://scotthelme.co.uk/lets-encrypt-old-root-expiration/ |
Thanks for sharing that context, @pdohertybcov! Indeed then, it seems like what's going on here is:
It seems from what's been discussed so far that some of you are working on systems whose root certificate store hasn't been kept up to date, and so some of the certificates that the CDN uses on If that is true, then the typical resolution would be to update your system's certificate store to include newer certificates from various certificate authorities, including Let's Encrypt's updated root certificates. Since it is a certificate on your own system that has expired, rather than the one being returned by our servers, I think your only recourse will be to update your system to have up-to-date root certificates. How you would do that will depend on which operating system you are using. If anyone is seeing the |
Hello again! I haven't seen any more discussion about this since my previous comment, and I have seen some folks reporting success after updating their system's root certificates, so I'm going to close this issue on the assumption that my suggestion above is sufficient to resolve the issue. Again if anyone is instead seeing that the direct certificate on |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Terraform Version
N/A
Terraform Configuration Files
N/A
Debug Output
Expected Behavior
releases.hashicorp.com has a valid cert
Actual Behavior
See debug output above.
Steps to Reproduce
Additional Context
Ran into this issue when building the last PR created in the terraform-provider-openapi repo: dikhan/terraform-provider-openapi#347
Build showing the error: https://app.travis-ci.com/github/dikhan/terraform-provider-openapi/builds/251143536
The text was updated successfully, but these errors were encountered: