tursodatabase / turso-docs

Turso Documentation
https://docs.turso.tech
MIT License
11 stars 49 forks source link

docs: add ca certificates to fly io docs #202

Closed alcpereira closed 4 months ago

alcpereira commented 4 months ago

Currently the dockerfile-node does not consider Turso, and in some cases it will pick images that does not contain ca-certificates -for example node:20-bullseye-slim- which is needed for the HTTP syncing with Turso.

This leads to the following error: Error: TLS error: no valid native root CA certificates found (0 invalid)

As the present Fly.io example uses JS there might users that could encounter this issue while deploying to Fly.io.

Repo with a reproduction of the error