Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JDBC Connector wouldn't connect to my local postgres server #195

Open
karanbhale opened this issue Aug 7, 2024 · 0 comments
Open

JDBC Connector wouldn't connect to my local postgres server #195

karanbhale opened this issue Aug 7, 2024 · 0 comments

Comments

@karanbhale
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant