My suggestions are as follows:
--- /opt/ManageEngine/PMP/pgsql/data/pg_hba.conf
2013-05-02 09:52:20.000000000 -0500
+++ pg_hba.conf 2015-09-25 13:27:28.653061489 -0500
@@ -79,9 +79,9 @@
# "local" is for Unix domain socket connections only
local all all md5
# IPv4 local connections:
-host all all 127.0.0.1/32 md5
+hostssl all all 127.0.0.1/32
md5
# IPv6 local connections:
-host all all ::1/128 md5
+hostssl all all ::1/128
md5
# Allow replication connections from localhost, by a user with the
# replication privilege.
#local replication postgres md5
--- /opt/ManageEngine/PMP/pgsql/data/postgres_ext.conf
2013-05-02 09:52:22.000000000 -0500
+++ postgres_ext.conf 2015-09-25 13:27:35.485073542 -0500
@@ -1,5 +1,5 @@
# $Id$
-listen_addresses = '*,localhost'
+listen_addresses = 'localhost'
ssl = on
ssl_cert_file = '../../conf/ServerCer.cer'
ssl_key_file = '../../conf/ServerKey.key'