Hello good people of render!
I’ve got a render web server running Rails, connected to a database on a render postgres 14 server and a raspberry pi running Rails, connected to that same database. Everything works .
At the same time, I’ve got another render web server running Rails, connected to a second database that I created on that same postgres server, which also works fine, but the raspberry pi Rails instance throws an error saying: “SSL connection has been closed unexpectedly”
The same happens using psql client inside the raspberry pi, connecting to the first database (that was created automatically by render), works ok, but when I try to connect to the second one, the same error occurs.
$> psql --version
psql (PostgreSQL) 11.14 (Raspbian 11.14-0+deb10u1)
$> psql -U <username> -d <second_db_name> -h <postgres.render.com>
psql: SSL connection has been closed unexpectedly
Do you know what could be the problem?
Yours trully,
John