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

error: certificate signed by unknown authority #95

Open
dchebakov opened this issue Oct 29, 2021 · 1 comment
Open

error: certificate signed by unknown authority #95

dchebakov opened this issue Oct 29, 2021 · 1 comment

Comments

@dchebakov
Copy link

Hi,

Thank you for the package! I'm struggling with the following problem due installation instruction from README. Right after the command go get github.com/google/uuid I'm getting the following error:

$ go get github.com/google/uuid

go: downloading github.com/google/uuid v1.3.0
go get: github.com/google/uuid@v1.3.0: verifying module: github.com/google/uuid@v1.3.0: Get "https://sum.golang.org/lookup/github.com/google/uuid@v1.3.0": x509: certificate signed by unknown authority

version:

$ go version                   
go version go1.17.2 darwin/amd64

Could you help me please?

@nfoerster
Copy link

I think your problem is that your OS has not the newest root certificates, known as trust anchors. Therefore no valid validation chain for HTTPS could be established. Try to update the OS you are using to download the package.

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