My developer was use ADF to copy data from AWS Aurora PostgreSQL during UAT.
However start deploy in Production with same steps but facing error below:-
Error Code : 9603
Details : ERROR [08S01] [Microsoft][ODBC PostgreSQL Wire Protocol driver]Socket closed.
ERROR [08S01] [Microsoft][ODBC PostgreSQL Wire Protocol driver]Socket closed. ERROR [28000] [Microsoft][ODBC PostgreSQL Wire Protocol driver][PostgreSQL]FATAL: VFATAL: no pg_hba.conf entry for host"x.x.x.x", user"username", database"databasename", no encryption(File auth.c; Line 558: Routine ClientAuthentication;) Activity ID: a1234b56-c7d8-9012-f34g-h5i678901jkl.
I have no idea what to looking for and what I found is different version of PostgreSQL as UAT is 14.5 but in production is 14.7.