Hello all, I’ve been following the instructions on http://www.postgresql.org/docs/9.1/static/ssl-tcp.html to enable SSL for postgres 9.1 which I have installed on linux. When I start the server, there is no change in the authentication. I can still login using psql for the same person. At the end, I need to connect to the DB through JDBC via cert. authentication. 1) Is there a log file which I can check to see if the security algorithm has been changed? 2) If not, is there a way that I can try to validate the changes. -maz |