[Question posted by a user on YugabyteDB Community Slack]
I'm trying to connect my yugabytedb database with skyvia (as a PostgreSQL connection), but I'm getting the following error:
no pg_hba.conf entry for host "40.118.246.204", user "admin", database "skyvia_test", SSL off
According to skyvia docs, I have to add some lines to postgresql.conf
and pg_hba.conf
. Any idea how I would do this in yugabytedb? (link to skyvia docs page)