Error - self-signed certificate in certificate chain in postgres
getting this error while using pg library in postgress in nodejs app how to fix it pls help !!!
2 Replies
It looks like your db connection string requires SSL. When there's a self-signed certificate, it's not using the right cert. You'll want to check the database documentation for the cert imports on the dev machine.
you are learning from harkirat na.