poolerap Posted May 29, 2018 Posted May 29, 2018 Hello once again, I posted a week ago requesting remote connection to Postgres DB on the Ricky server.(And you responded quickly, thank you very much) I'm not sure if this issue is connected to the previous remote connection but I keep getting this error whenever my Node JS application tries to connect to it: Using pooler_User usererror: no pg_hba.conf entry for host "54.241.146.250", user "pooler_User", database "pooler_db", SSL off Using pooler_Admin usererror: no pg_hba.conf entry for host "13.57.35.73", user "pooler_Admin", database "pooler_db", SSL off I did not have this problem before while using the Johnny server; it's only occurred now while I was trying to migrate to Ricky. And I haven't changed my code aside from the authentication/identification fields. Is it because of the SSL? Or is there a difference between Johnny and Ricky that I wasn't aware of?
wolstech Posted May 29, 2018 Posted May 29, 2018 It's probably misconfigured somehow. Lets have Krydos take another look at this.
poolerap Posted May 29, 2018 Author Posted May 29, 2018 Thank you I will check again later on to see if it works.
Krydos Posted May 29, 2018 Posted May 29, 2018 error: no pg_hba.conf entry for host "54.241.146.250", user "pooler_User", database "pooler_db", SSL off error: no pg_hba.conf entry for host "13.57.35.73", user "pooler_Admin", database "pooler_db", SSL offYour username is poolerap now so you need to update your script to use poolerap_ not pooler_.
poolerap Posted May 30, 2018 Author Posted May 30, 2018 Oh my. Sorry, forgot to double check that.Thank you!
Recommended Posts