Skip to content

Commit 03c2270

Browse files
wzrdtalesbrianc
authored andcommitted
add missing sslrootcert for native bindings
1 parent 884e21e commit 03c2270

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/connection-parameters.js

+1
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ ConnectionParameters.prototype.getLibpqConnectionString = function (cb) {
9191
add(params, ssl, 'sslca')
9292
add(params, ssl, 'sslkey')
9393
add(params, ssl, 'sslcert')
94+
add(params, ssl, 'sslrootcert')
9495

9596
if (this.database) {
9697
params.push('dbname=' + quoteParamValue(this.database))

0 commit comments

Comments
 (0)