Deno Deploy and Digital Ocean PostgreSQL DB...how on earth?
https://github.com/denoland/deno/issues/10312
So since the issue above seems to take quite some time to fix because it apparently involves several upstream software, is there anyway to fix the "other side"? What specifically is so special about (for example) Digital Ocean's ca certificates that they are completely unusable with Deno/Deno Deploy/rustls/webpki (whatever the latter two are). I assume this isn't the case with every other certificate issuer or service or host (sorry I don't understand a lot about this, it's all a bit complex). I assume people are successfully connecting to their databases on other services through Deno.
What I mean, is there any point in asking Digital Ocean support if they can workaround this on their side? Are they even able to do that? Is there anything I can do locally? Does anybody know of an alternative route/service that works?
Sorry this sounds so desperate, but I have this specific issue for months now on a big project I finally want to release, feel like I have apparently chosen the two most incompatible services (DO & Deno Deploy) and wish I would at least know from which service I have to migrate my whole project away from (again...).
More specifically, does anybody have a working example of
- connecting to a PostgreSQL managed database on Digital Ocean from a server running on Deno Deploy
- or connecting to a PostgreSQL managed database on Digital Ocean from any other Deno hosting service
- or connecting to a PostgreSQL managed database on any other service from a server running on Deno Deploy?
GitHub
rustls refuses to establish connections to self signed TLS certific...
Reproduction The key chain this uses is made up of two parts. The CA (./test_util/wpt/tools/certs/cacert.pem) and the end entity certificate (./test_util/wpt/tools/certs/web-platform.test.pem). To ...
2 Replies
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
good to know, thanks...any idea what the fastest way to migrate a DO PostgreSQL db to CockroachDB is?
ok wow, just signed up to cockroachdb, seems like a way user-friendlier service than DO
well the incompatibilities aren't worth it for me now...
i would have to change A LOT in my sql
its astonishing how theres no solution for this...am i the only one using do and deno deploy???
I decided to give supabase a shot, now that I understand it. Seems to work well for now...