8000 OpenCensus dependencies failing to resolved due to certificate expiration · Issue #2026 · gomods/athens · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

OpenCensus dependencies failing to resolved due to certificate expiration #2026

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

Open
Madrigal opened this issue Jan 21, 2025 · 0 comments
Open

Comments

@Madrigal
Copy link

Describe the bug
New install of Athens will start failing since the certificate for go.opencensus.io expired. See https://www.sslshopper.com/ssl-checker.html#hostname=go.opencensus.io

Error Message
Used GOPROXY=direct to ensure no caching

$ GOPROXY=direct go install github.com/gomods/athens/cmd/proxy@v0.15.4
go: github.com/gomods/athens@v0.15.4 requires go >= 1.22; switching to go1.22.11
go: downloading go.opencensus.io v0.24.0
../go/pkg/mod/contrib.go.opencensus.io/exporter/jaeger@v0.2.1/jaeger.go:31:2: 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: “go.opencensus.io” certificate is expired

To Reproduce
Steps to reproduce the behavior:
Run GOPROXY=direct go install github.com/gomods/athens/cmd/proxy@v0.15.4

Expected behavior
go install should succeed

Environment (please complete the following information):

  • OS: [e.g. Linux 64bit]
  • Go version :
  • Proxy version :
  • Storage (fs/mongodb/s3 etc.) :

Additional context
OpenCensus is being sunsetted in favor of OpenTelemetry, so unsure if they'll renew this certificate. There have been some efforts at #1771 to move to OpenTelemetry.

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

1 participant
0