How to overcome database connection failure for Postgres DB collectors in RSA Via Lifecycle and Governance
Originally Published: 2016-06-27
Article Number
Applies To
RSA Version/Condition: All Versions
Platform: Linux
O/S Version: Red Hat Enterprise Linux 6.8
Issue
Caused by: org.postgresql.util.PSQLException: FATAL: no pg_hba.conf entry for host "<IP address of host>", user "rbacxintegration", database "infosecdata", SSL off at org.postgresql.core.v3.ConnectionFactoryImpl.doAuthentication(ConnectionFactoryImpl.java:415) at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:188)
Cause
Resolution
# TYPE DATABASE USER CIDR-ADDRESS METHOD
host all all 0.0.0.0/0 md5
You need to enter the IP address of the computer on which your application is running. For example, if your IP address is 192.168.123.250, enter it in pg_hba.conf as 192.168.123.0. The .0 acts a wildcard in case your computer is assigned a new IP address at a later time (hopefully it will be in the same range as the original.)
Once the above line is added in pg_hba.conf, PostgreSQL needs to be restarted using the command:
/etc/init.d/postgresql restart
Related Articles
RSA Identity Governance and Lifecycle error when using the IBM DB2 driver: "Unable to load database driver" 114Number of Views Eserver or Aserver will not reconnect to the SQL DB after a DB restart 42Number of Views RSA Governance & Lifecycle Oracle Directory Server (ODS) Connector Datasheet Guide 2Number of Views Form variables not displaying under "Additional Information" on request in RSA Identity Governance & Lifecycle 43Number of Views FSSVC-33196 : Make sure that File Security Service is running on the host machine 4Number of Views
Trending Articles
Troubleshooting RSA SecurID Access Identity Router to RSA Authentication Manager test connection failures RSA SecurID Software Token 5.0.2 Downloads for Microsoft Windows RSA Authentication Manager 8.9 Release Notes (January 2026) Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory RSA Authentication Manager 8.8 Setup and Configuration Guide
Don't see what you're looking for?