joshstevens19 / rindexer

A no-code blazing fast EVM indexer tool built in rust.
https://rindexer.xyz
MIT License
287 stars 28 forks source link

no pg_hba.conf entry for host ..., no encryption #116

Open jac0x opened 4 days ago

jac0x commented 4 days ago
21 November - 02:24:52.913122 ERROR Error connecting to database: db error: FATAL: no pg_hba.conf entry for host "xxx", user "postgres", database "postgres", no encryption
Error: "The DATABASE_URL mapped is not running please make sure it is correct"

This error occurs when connecting to AWS postgres db.

Seems this is related to https://stackoverflow.com/questions/76899023/rds-while-connection-error-no-pg-hba-conf-entry-for-host/77787495#77787495

Does it mean for now, it doesn't use SSL connection?

joshstevens19 commented 7 hours ago

If you use psql to connect to the database it all works fine?