dbacvetkov / PASH-Viewer

PostgreSQL ASH Viewer (PASH Viewer) provides graphical view of active session history data within the PostgreSQL database
GNU General Public License v3.0
120 stars 18 forks source link

SSL Required #18

Open armagit opened 1 year ago

armagit commented 1 year ago

Dears,

I'd like to somebody help me. I'm trying to start PASH on Ubuntu 20 and Linux Mate but I've got the same problem. When I try to connect to database I got the following:

Nov 20, 2022 9:20:43 PM org.postgresql.Driver connect SEVERE: Connection error: org.postgresql.util.PSQLException: ERROR: SSL required at org.postgresql.core.v3.ConnectionFactoryImpl.doAuthentication(ConnectionFactoryImpl.java:473) at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:205) at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:49) I've updatede my java from 11 to 18 versiom but I'm getting the same error still. Could anyone help me because I don't know what to do anymore ?