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

certificate issue at go.opencensus.io #11481

Closed
caselongo opened this issue Jan 22, 2025 · 9 comments · Fixed by #11541
Closed

certificate issue at go.opencensus.io #11481

caselongo opened this issue Jan 22, 2025 · 9 comments · Fixed by #11541
Assignees
Labels
status: investigating The issue is under investigation, which is determined to be non-trivial.

Comments

@caselongo
Copy link

The bigquery and some other packages do not build because of a certificate issue at go.opencensus.io, see below.
Excuse in advance if this is not the right place to report.

go.opencensus.io@v0.24.0: unrecognized import path "go.opencensus.io": https fetch: Get "https://go.opencensus.io/?go-get=1": tls: failed to verify certificate: x509: certificate has expired or is not yet valid:

@caselongo caselongo added the triage me I really want to be triaged. label Jan 22, 2025
@codyoss codyoss changed the title certificate issue at go.opencensus.io bigquery: certificate issue at go.opencensus.io Jan 22, 2025
@codyoss codyoss changed the title bigquery: certificate issue at go.opencensus.io certificate issue at go.opencensus.io Jan 22, 2025
@codyoss codyoss added the status: investigating The issue is under investigation, which is determined to be non-trivial. label Jan 22, 2025
@codyoss
Copy link
Member

codyoss commented Jan 22, 2025

I will look into seeing if there is something we can do here, but I am not sure off the top of my head.

@codyoss codyoss removed the triage me I really want to be triaged. label Jan 22, 2025
@codyoss
Copy link
Member

codyoss commented Jan 22, 2025

I think this issue seems resolved now, please confirm

@caselongo
Copy link
Author

I have still the same issue.

downloading go.opencensus.io v0.24.0
........\pkg\mod\cloud.google.com\go\auth@v0.9.3\grpctransport\grpctransport.go:30:2: unrecognized import path "go.opencensus.io": https fetch: Get "https://go.opencensus.io/?go-get=1": tls: failed to verify certificate: x50

If you go here manually you see the certificate issue as well: https://go.opencensus.io/?go-get=1

@codyoss
Copy link
Member

codyoss commented Jan 22, 2025

What is your GOPROXY setting? I suggest using the default of GOPROXY='https://proxy.golang.org,direct' to help avoid this issue for now.

@caselongo
Copy link
Author

Ha, that works. Did not know about this setting... Thanks a lot !

@cartermckinnon
Copy link

I must use GOPROXY=direct, and this library is currently unusable because of its dependency on go.opencensus.io (which is archived and unmaintained).

The storage module of this project is used downstream in Kubernetes, which is causing further impact (see the linked issues above). Do the maintainers here have any options to resolve the issue? Can this dependency be removed/replaced?

@codyoss
Copy link
Member

codyoss commented Jan 28, 2025

We will further investigate what we can do to help here. Thanks for the extra info @cartermckinnon, I was unaware of any downstream impact.

@dashpole
Copy link

go.opencensus.io should be fixed now

@codyoss
Copy link
Member

codyoss commented Jan 30, 2025

Thanks for the update @dashpole!

@codyoss codyoss closed this as completed Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: investigating The issue is under investigation, which is determined to be non-trivial.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants