Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi there @mitchellgritts,
Would you mind providing the exact connection string that you are using in your Node.js application? Make sure to hide any sensitive information like the password, username and etc.
I will try to replicate this at my end.
The first error that you’ve shared indicates that the SSL value is set to false.
Regards, Bobby
Hi,
I have been going to the same issue trying to connect to managed PostgreSQL database from my NodeJS application. I am using Knex.js. I am getting various errors from having a self-signed certificate in chain if I include SSL or " no pg_hba.conf entry for host…SSL off" if I have rejectUnauthorized set to false. I have been trying to connect to my database for a full week and have yet to be able to do so.
Please help! Thank you!
Hi, I solved this problem using Connection String to connect from our NodeJs project to DigitalOcean Database.