node.js - Connecting to Amazon RDS -
node.js - Connecting to Amazon RDS -
i have postgresql rds server running, way can connect using pgadmin iii.
connecting via psql command line hangs forever. using node.js pg library doesn't work either (my end goal have node server talk it.)
the rds server in vpc every inbound connection allowed, too. no connection denied errors, no responses apparently. pgadmin iii works fine reason, no ssl or ssh tunnelling.
this error nodejs:
connection error { name: 'error', length: 91, severity: 'fatal', code: '3d000', detail: undefined, hint: undefined, position: undefined, internalposition: undefined, internalquery: undefined, where: undefined, file: 'postinit.c', line: '775', routine: 'initpostgres' }
node.js postgresql amazon-web-services amazon-rds
Comments
Post a Comment