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

go.opencensus.io tls failed to verify certificate (expired dependency certificate) #8645

Open
cfi2017 opened this issue Jan 23, 2025 · 2 comments

Comments

@cfi2017
Copy link

cfi2017 commented Jan 23, 2025

What steps did you take and what happened:

go mod download

What did you expect to happen:
go mod download

The following information will help us better understand what's going on:
Looks like velero still has some transient dependencies for packages at go.opencensus.io -> Their TLS certificate expired two days ago. As far as I can tell, there is no remediation to accept an expired TLS certificate in golang.

Note for reproducing:
If you have the dependencies in your local cache go will not attempt to fetch them again. You can move / delete your cache or set the corresponding environment variable to use a different location.

Vote on this issue!

This is an invitation to the Velero community to vote on issues, you can see the project's top voted issues listed here.
Use the "reaction smiley face" up to the right of this comment to vote.

  • 👍 for "I would like to see this bug fixed as soon as possible"
  • 👎 for "There are more important bugs to focus on right now"
@cfi2017
Copy link
Author

cfi2017 commented Jan 23, 2025

Related: googleapis/google-cloud-go#11481

Setting GOPROXY='https://proxy.golang.org,direct' works for the time being.

@kaovilai
Copy link
Member

kaovilai commented Jan 23, 2025

Setting GOPROXY='https://proxy.golang.org,direct' works for the time being.

This is not making any changes to velero code. So how exacty is this a velero issue?

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

2 participants