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 for code.cloudfoundry.org/clock #673

Closed
luckyfunky opened this issue Jan 3, 2023 · 2 comments
Closed

Certificate issue for code.cloudfoundry.org/clock #673

luckyfunky opened this issue Jan 3, 2023 · 2 comments

Comments

@luckyfunky
Copy link

Downloading go module 'code.cloudfoundry.org/clock' directly failed due to certificate issue

Summary

Directly downloading the go module code.cloudfoundry.org/clock failed due to a certificate issue. This probably was not noticed because go usually downloads the module from the official golang proxy (https://proxy.golang.org/).

Steps to Reproduce

$ export GOPROXY=direct
$ go mod download -x -json code.cloudfoundry.org/clock
# get https://code.cloudfoundry.org/clock?go-get=1
# get https://code.cloudfoundry.org/clock?go-get=1: Get "[https://code.cloudfoundry.org/clock?go-get=1":](https://code.cloudfoundry.org/clock?go-get=1%22:) x509: certificate is valid for *.de.a9sapp.eu, de.a9sapp.eu, not code.cloudfoundry.org
{
        "Path": "code.cloudfoundry.org/clock",
        "Version": "v1.0.0",
        "Error": "unrecognized import path \"code.cloudfoundry.org/clock\": https fetch: Get \"[https://code.cloudfoundry.org/clock?go-get=1\":](https://code.cloudfoundry.org/clock?go-get=1\%22:) x509: certificate is valid for *.de.a9sapp.eu, de.a9sapp.eu, not code.cloudfoundry.org"
}

Diego repo

code.cloudfoundry.org/clock which should resolve to https://github.com/cloudfoundry/clock

Environment Details

go 1.17

@luckyfunky luckyfunky added the bug label Jan 3, 2023
@xavierW
Copy link

xavierW commented Jan 3, 2023 via email

@winkingturtle-vmw
Copy link
Contributor

There was an issue with certificate. I believe this issue has been resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Development

No branches or pull requests

3 participants