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
Hello everyone. I use Postgres.Js to connect to postgreSQL db on render.com. When I connect to db from my lockal computer I have no error and everything works fine. When I am trying to deploy my app on render.com and use internal connection (internal host) I immediatly have this error:
Error: self-signed certificate
at TLSSocket.onConnectSecure (node:_tls_wrap:1540:34
at TLSSocket.emit (node:events:513:28)
at TLSSocket._finishInit (node:_tls_wrap:959:8)
at ssl.onhandshakedone (node:_tls_wrap:743:12)
Failed to prune sessions: self-signed certificate
What is a problem? I tried to use different values for SSL connection parameter as diescribed in Postgres.Js documentation. Nothing works.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello everyone. I use Postgres.Js to connect to postgreSQL db on render.com. When I connect to db from my lockal computer I have no error and everything works fine. When I am trying to deploy my app on render.com and use internal connection (internal host) I immediatly have this error:
Error: self-signed certificate
at TLSSocket.onConnectSecure (node:_tls_wrap:1540:34
at TLSSocket.emit (node:events:513:28)
at TLSSocket._finishInit (node:_tls_wrap:959:8)
at ssl.onhandshakedone (node:_tls_wrap:743:12)
Failed to prune sessions: self-signed certificate
What is a problem? I tried to use different values for SSL connection parameter as diescribed in Postgres.Js documentation. Nothing works.
Beta Was this translation helpful? Give feedback.
All reactions