Authentication error against postgresql June 01, 2021, 07:05:08 AM Hello, I am trying to login to a postgre database The following message is received:QuoteOnly AuthenticationClearTextPassword and AuthenticationMD5Password supported for now. Received 10Background: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) QuoteThe upload directory is full. Please contact an administrator about this problem. Thank you Quote Selected
Re: Authentication error against postgresql Reply #1 – June 01, 2021, 12:33:58 PM Quotedoes this mean, scram-sha-256 is not used in the postgre client within PHPRAD?Yes Quote Selected
Re: Authentication error against postgresql Reply #2 – June 01, 2021, 01:48:44 PM Thank you for the response. How would one connect to this database in that case? Quote Selected
Re: Authentication error against postgresql Reply #3 – June 08, 2021, 07:22:30 PM you will have to install an old version of Postgres or switch the authentication method used. Quote Selected