Skip to main content
Topic: Authentication error against postgresql (Read 1994 times) previous topic - next topic

Authentication error against postgresql

Hello,
I am trying to login to a postgre database

The following message is received:
Quote
Only AuthenticationClearTextPassword and AuthenticationMD5Password supported for now. Received 10

Background:

PostgreSQL 13 latest version, freshly installed on windows 10 x64.
PHPRAD vue latest version, freshly installed on the same machine.

does this mean, scram-sha-256 is not used in the postgre client within PHPRAD?

(tried to upload a screenshot, it errored out with the following)
Quote
The upload directory is full. Please contact an administrator about this problem.

Thank you



Re: Authentication error against postgresql

Reply #2
Thank you for the response.

How would one connect to this database in that case?

Re: Authentication error against postgresql

Reply #3
you will have to install an old version of Postgres or switch the authentication method used.