Closed
Description
My host provider requires SSL (Heroku) to connect from remote locations.
Any idea on how to enable SSL in the connection string?
postgres://user:pass@host:port/database;
Been looking for it everywhere but it does not seem to be a very popular topic.
By the way, am using the connection-pooled method:
pg.connect(connString, function(err, client, done) {
/// Should work.
});
Please, let me know.
Metadata
Metadata
Assignees
Labels
No labels