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

Bug: S3 Datasource "Certificate expired" #630

Open
TheAnachronism opened this issue Nov 7, 2024 · 0 comments
Open

Bug: S3 Datasource "Certificate expired" #630

TheAnachronism opened this issue Nov 7, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@TheAnachronism
Copy link

What happened?

In recent versions, I've run into a bug when using S3 as a datasource but keeping DATASOURCE_S3_FORCE_S3_PATH=false.
The upload works again with setting this to true, but due to MinIO as a backend, this will cause problems when retrieving or displaying the file.

Version

latest (ghcr.io/diced/zipline or ghcr.io/diced/zipline:latest)

What browser(s) are you seeing the problem on?

Chromium-based (Chrome, Edge, Brave, Opera, mobile chrome/chromium based, etc)

Zipline Logs

2024-11-07 04:41:31,506 PM debug [upload] recieved upload (len=1) [{"fieldname":"file","originalname":"1.png","mimetype":"image/png","size":2360687,"encoding":"7bit"}]
Error: certificate has expired
    at TLSSocket.onConnectSecure (node:_tls_wrap:1540:34)
    at TLSSocket.emit (node:events:513:28)
    at TLSSocket._finishInit (node:_tls_wrap:959:8)
    at ssl.onhandshakedone (node:_tls_wrap:743:12) {
  code: 'CERT_HAS_EXPIRED'
}

Browser Logs

No response

Additional Info

No response

@TheAnachronism TheAnachronism added the bug Something isn't working label Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant