I have a 64-bit Postgres server and 32-bit Windows applications. This worked perfectly until I upgraded Postgres from 12 to 13. The new server works well but applications raise an error authentication method 10 not supported
on login.
I edited 13/data/pg_hba.conf
, replaced the authentication method from scram-sha-256
to md5
in all entries, and restarted the server but the problem remained.
I think I need a new version of 32-bit libpq.dll
but cannot find any newer than this from Postgres 10. Two questions. Will a newer version of libpq.dll
solve the issue? And if so, where can I find it?