Hello, I would like to connect with, for example DBeaver to the running PostgreSQL database in a job with network mode bridge.
What would be needed in order to be able to connect directly to this DB? I have ssh access to the client and I tried to create a ssh tunnel like ssh -L 63333:192.168.1.186:28085 user@host but I’m getting errors about SSL, ConnectionFactoryImpl/enableSSL An error occurred while setting up the SSL connection.
I don’t know if I need to add SSL configuration to be able to connect, or that error is something else and it’s actually not reaching Postgres.
In that case, how could I get the certificates? Through nomad cli?
Thanks!