postgres icon indicating copy to clipboard operation
postgres copied to clipboard

Issue connecting in Deno via SSL

Open NfNitLoop opened this issue 7 months ago • 2 comments

Someone already opened up a bug in the Deno repo here: https://github.com/denoland/deno/issues/28526

I'm having the same problem. However, am able to connect to the same database with PostgreJS, which doesn't even advertise Deno support.

So, I bet the problem isn't in Deno, but may be in some Deno-specific TLS-handling inside postgres.

NfNitLoop avatar Jun 20 '25 16:06 NfNitLoop

I am running into this issue intermittently too, however in a different runtime environment (Bun).

ebramanti avatar Jun 23 '25 16:06 ebramanti

The issue is also reported in drizzle orm Github here: drizzle-team/drizzle-orm#3748.

This is a problem when you absolutely need to use deno like in Supabase edge functions...

Hope it will be fixed soon.

SennaSanzo avatar Sep 17 '25 10:09 SennaSanzo