Agile Developer

Postgres 14 version...
 
Notifications
Clear all

Postgres 14 version has an issue in establishing connection from Axpert

1 Posts
1 Users
0 Reactions
604 Views
Posts: 85
Admin
Topic starter
(@akshatha)
Reputable Member
Joined: 4 years ago

Root cause: PostgresSQL 14 uses the “scram-sha-256” method for authentication by default (as per pg_hba.conf file), which is causing the connectivity issues in Axpert.

Solution: The method “scram-sha-256” needs to be replaced with “trust” in pg_hba.conf file 


Share: