Postgres 14 version has an issue in establishing connection from Axpert
PostgresSQL 14 uses “scram-sha-256” method for authentication by default (as per pg_hba.conf file), which is causing the connectivity issues in Axpert.
Solution for the issue : The method “scram-sha-256” needs to be replaced as “trust” in pg_hba.conf file and refer to the attachments, where both original and changed files are provided as reference.