RSA Product/Service Type: RSA Authentication Manager
RSA Version/Condition: 8.x
psql: SSL error: sslv3 alert handshake failure FATAL: no pg_hba.conf entry for host "$ipaddress", user "rouser", database "db", SSL off
1. Create a new database read only user using below command (If not previously created)
/opt/rsa/am/utils/rsautil manage-readonly-dbusers -a create -o <Operations_Console_username> -u <Username_Of_ReadOnly_User -i $ipaddress
2. View the /opt/rsa/am/rsapgdata/pg_hba.conf file and confirm that newly created user is shown as below:
# TYPE DATABASE USER CIDR-ADDRESS METHOD
host db rsa_radius_db_user samehost trust
host all all samehost md5
host all <new_username> ::1/128 md5
3. Point the application at variable PGDATA for reading the configuration file (pg_hba.conf):
export PGDATA=/opt/rsa/am/rsapgdata
rsaadmin@local:~> export PGDATA=/opt/rsa/am/rsapgdata
4. Signal the database to reload the file again using the below command:
/opt/rsa/am/pgsql/bin/pg_ctl reload
rsaadmin@local:~> /opt/rsa/am/pgsql/bin/pg_ctl reload server signaled
Related Articles
SSL write error error:14095412:SSL routines:SSL3_READ_BYTES:sslv3 alert bad certificate 77Number of Views Disk Usage Threshold Alert 6Number of Views RSA Identity Governance and Lifecycle fails to start with error "Task exists with the given name " 32Number of Views How to resize the Oracle database alert.log for RSA Identity Governance & Lifecycle 106Number of Views Email Phishing Security Incident Alert – November 8, 2024 20Number of Views
Trending Articles
RSA Release Notes for RSA Authentication Manager 8.8 RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide RSA MFA Agent 2.4.3 for Microsoft Windows Group Policy Object Template Guide RSA MFA Agent 2.4 for Microsoft Windows Installation and Administration Guide Microsoft Entra ID External Authentication Methods (EAM) - RSA Ready Implementation Guide