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 · 5 comments
Closed

certificate issue at go.opencensus.io #11481

caselongo opened this issue Jan 22, 2025 · 5 comments
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.

[email protected]: 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\[email protected]\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 !

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

No branches or pull requests

2 participants