mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
add missing sslrootcert for native bindings
This commit is contained in:
parent
884e21e1ca
commit
03c2270d0e
@ -91,6 +91,7 @@ ConnectionParameters.prototype.getLibpqConnectionString = function (cb) {
|
||||
add(params, ssl, 'sslca')
|
||||
add(params, ssl, 'sslkey')
|
||||
add(params, ssl, 'sslcert')
|
||||
add(params, ssl, 'sslrootcert')
|
||||
|
||||
if (this.database) {
|
||||
params.push('dbname=' + quoteParamValue(this.database))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user