You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our company encountered database certification issue when building the application with today's node:10-alpine image. The database is on Amazon RDS and has valid certs, but the node was returning certification error. export DATABASE_URL=postgresql://<scrubbed>:<scrubbed>@<scrubbed>.us-east-1.rds.amazonaws.com:5432/orgv2dev?ssl=true NODE_CONFIG_ARGS=+ time node ./dist/src/utils/ShellRunner.js 'db-migrate up' {"app":"org-v2","GIT_COMMIT":"48db2e0c","IMAGE":"ssartisan/hardroc-org-v2:develop_1238-48db2e0c","level":"info","message":"{ stdout: '',\n stderr:\n '[ERROR] AssertionError [ERR_ASSERTION]: ifError got unwanted exception: self signed certificate in certificate chain\\n at module.exports (/usr/local/lib/node_modules/db-migrate/lib/commands/helper/assert.js:9:14)\\n
The text was updated successfully, but these errors were encountered:
I am experiencing the same issue on the node:11 image.
Our issue was not with the node image. @pgsung if you are using the pg package it was updated to 7.13.0 this morning, leading to this error: brianc/node-postgres#2009
Our company encountered database certification issue when building the application with today's node:10-alpine image. The database is on Amazon RDS and has valid certs, but the node was returning certification error.
export DATABASE_URL=postgresql://<scrubbed>:<scrubbed>@<scrubbed>.us-east-1.rds.amazonaws.com:5432/orgv2dev?ssl=true NODE_CONFIG_ARGS=+ time node ./dist/src/utils/ShellRunner.js 'db-migrate up' {"app":"org-v2","GIT_COMMIT":"48db2e0c","IMAGE":"ssartisan/hardroc-org-v2:develop_1238-48db2e0c","level":"info","message":"{ stdout: '',\n stderr:\n '[ERROR] AssertionError [ERR_ASSERTION]: ifError got unwanted exception: self signed certificate in certificate chain\\n at module.exports (/usr/local/lib/node_modules/db-migrate/lib/commands/helper/assert.js:9:14)\\n
The text was updated successfully, but these errors were encountered: