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

x509: certificate signed by unknown authority #931

Closed
FredyR4zox opened this issue Jun 29, 2017 · 4 comments
Closed

x509: certificate signed by unknown authority #931

FredyR4zox opened this issue Jun 29, 2017 · 4 comments

Comments

@FredyR4zox
Copy link

When i run "drive init" and paste the authorization, it gives me this error: "Post https://accounts.google.com/o/oauth2/token: x509: certificate signed by unknown authority"

@professorjamesmoriarty
Copy link

The is a go problem it seems, and fixed in golang/go#18688.

How did you install drive, and what go version are you using. Just typing go version will show you.

@FredyR4zox
Copy link
Author

go version = go version go1.8.3 linux/amd64

I installed with the command: go get -u github.com/odeke-em/drive/cmd/drive

@FredyR4zox
Copy link
Author

I still have this problem :/

@MrDini123
Copy link

Hi,

It is an easy fix issue. Just run a wget -nv http://curl.haxx.se/ca/cacert.pem -O /etc/ssl/cert.pem command to download the certificate. Or if your system looks for certifications in another folder, start the drive with strace, and extract the path from its output.

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

3 participants