fast-data-dev icon indicating copy to clipboard operation
fast-data-dev copied to clipboard

JDBC Connector wouldn't connect to my local postgres server

Open karanbhale opened this issue 1 year ago • 0 comments

when ever i tried to connect to the my locally hosted postgres server i got following error:

Invalid value org.postgresql.util.PSQLException: The authentication type 10 is not supported. Check that you have configured the pg_hba.conf file to include the client's IP address or subnet, and that it is using an authentication scheme supported by the driver. for configuration Couldn't open connection to jdbc:postgresql://hostname:5432/dbname

but with same configuration i am able to connect to same server from different applications, such as python, dotnet apps, dbeaver etc.

karanbhale avatar Aug 07 '24 09:08 karanbhale