We are running pgsql server with ssl support.When java client tries to connected to the server with ssl is on, if there is no ip address entry in pg_hba.conf file, pgsql first tries to connect with ssl and then tries to connect with non ssl.We checked this one in log file. Why the server is doing this ?
postgresql version 8.4 jdbc jar file postgresql-8.0-314.jdbc3.jar