2 months ago
I just want to confirm if this setup with the PostgreSQL service is safe?
I recently started getting errors when starting my Node.js application connecting to the managed PostgreSQL offered by Railway. I know that adding ?sslmode=disable will make it work, but how safe is it?
I'm updating my templates. Any help is appreciated!
0 Replies
2 months ago
@Brody sorry for the tag, I know you know about my projects just wanna know your thoughts about it. I'm planning to build my internal SDK to handle Railway environment so that users don't need to specifically make configuration in their env files.
2 months ago
Hello,
I just want to mention that our Postgres offering is not managed in any way.
And with that said, the Postgres images use self-signed certificates, and some clients are not happy with that, so ?sslmode=disable is required.
2 months ago
I see, that make sense, thank you for the confirmation!
2 months ago
!s
Status changed to Solved brody • 2 months ago