Replies: 1 comment 1 reply
-
Hi @layshah72, Could you please share what configuration parameters you're using and perhaps a bit of sample code to see how you're obtaining a connection? Additionally, what version of RDS PostgreSQL are you using? Thank you! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to connect my RDS postgresql database using this wrapper but it is giving me error no pg_hba.conf entry for my server IP. RDS do not allow to modify entry in hba.conf file.
org.postgresql.util.PSQLException: FATAL: no pg_hba.conf entry for host "10.x.x.8", user "xxx_app_user", database "xxxdb", no encryption
When i am trying with previous version of driver class which was software.aws.rds.jdbc.postgresql.Driver it is working fine with same credentials.
Beta Was this translation helpful? Give feedback.
All reactions