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: failed to load system roots and no roots provided #227

Closed
gottfrois opened this issue Jan 8, 2019 · 1 comment
Closed

x509: failed to load system roots and no roots provided #227

gottfrois opened this issue Jan 8, 2019 · 1 comment

Comments

@gottfrois
Copy link

I'm using the -s3-bucket cli option and it's been working fine on version f46d6600731a1d70115950498bb4fc3dc21ba45b.
Upgraded tusd to latest and i get the following error:

s3store: unable to create multipart upload:
RequestError: send request failed
caused by: Post https://my-bucket.s3.eu-west-1.amazonaws.com/e01a3b7a4e9cdc17be8d10173a3b934e?uploads=: x509: failed to load system roots and no roots provided

I think the dockerfile might be missing common CA certificates?

@Acconut
Copy link
Member

Acconut commented Jan 13, 2019

You are right, the CA certificates were missing. We recently changed the way how the Docker image is built and the new base image did not include the certificates. I pushed a fix and confirmed that it works for my setup. Thanks for reporting.

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