Could not send SSL negotiation packet: Resource temporarily unavailable

Getting this could not send SSL negotiation packet: Resource temporarily unavailable message when connecting to the database from pgAdmin4. The error is not coming every time but sometimes.

Also got

connection to server at "---.singapore-postgres.render.com" (13.214.97.86), port 5432 failed: Connection timed out
        Is the server running on that host and accepting TCP/IP connections?

error from my django backend, using the psycopg2 package. I’m guessing this is because of the above issue. Sometimes its works fine, sometimes not.

Hey there,
When this occurs, are you able to connect via command line psql - that would be handy to know as to whethes something that only affects PGadmin perhaps?

Regards,

John B

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.