You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: