Not able to connect Postgres DB

Hi,

I have one Env where I am trying to connect to postgres db from load runnner.

conn = PQconnectdb("host=***** port=*** user=**** password=**** dbname=**** sslmode=require");

Response

SSL SYSCALL error: Connection reset by peer (0x00002746/10054)

0 answers