You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
I'm using the
-s3-bucket
cli option and it's been working fine on versionf46d6600731a1d70115950498bb4fc3dc21ba45b
.Upgraded tusd to
latest
and i get the following error:I think the dockerfile might be missing common CA certificates?
The text was updated successfully, but these errors were encountered: