Jazmin Velazquez
08/19/2025, 3:43 PMredshift_connector.error.InterfaceError: {'S': 'FATAL', 'C': '28000', 'M': 'no pg_hba.conf entry for host "::ffff:some.ip.address.1", user "some_user", database "test_db", SSL off', 'F': '/opt/brazil-pkg-cache/packages/RedshiftPADB/RedshiftPADB-1.0.17891.0/AL2_x86_64/generic-flavor/src/src/pg/src/backend/libpq/auth.c', 'L': '477', 'R': 'ClientAuthentication'}
ssl mode is off. Is there a different setting I need to configure so that it doesn't try to use pg_hba.conf?Chad
08/20/2025, 5:12 AMJazmin Velazquez
08/20/2025, 1:40 PMredshift_connector
library. I wrote a simple python script which uses redshift_connector
to connect to redshift and does a simple cursor.execute("SELECT 1")
query. I don't get any errors when running this script.Jazmin Velazquez
08/20/2025, 9:10 PM