XE7 and connection PostgreSQL

The official tester's forum for ZeosLib 7.1. Ask for help, post proposals or solutions.
Post Reply
ormenese
Fresh Boarder
Fresh Boarder
Posts: 2
Joined: 30.06.2015, 20:34

XE7 and connection PostgreSQL

Post by ormenese »

Hello,

we are trying to migrate an application developed on Delphi 6 to XE7.

When we try to use protocol postgresql-8 an error occurs : Error SQL: fe_sendauth : authentication type 5 not supported.

When we try to use protocol postgresql-7 it´s ok, but this protocol is bad for us.

If we create a new project and use protocol postgresql-8, its ok, but if we create a new project with protocol postgresql-7, and change to protocol postgresql-8 the same error occurs again.

Some suggestion ?

Thanks !!!
André
marsupilami
Platinum Boarder
Platinum Boarder
Posts: 1956
Joined: 17.01.2011, 14:17

Re: XE7 and connection PostgreSQL

Post by marsupilami »

Hello André,

it seems that either your PostgreSQL client or your POstgreSQL Server don't suport the authentication type md5. Maybe you could try to change the authentication type in the server pg_hba.conf to password. Or you could try upgrading your client and your Server to a more recent Version of PostgreSQL as the 8.x series don't get any updates anymore.
With best regards,

Jan
Post Reply