Is it possible to connect to the PostgreSQL DB with a crypted password and in ssl mode (of course with the right pg_hba.conf) entry?
currently i have "hide pgsql_servers = (/tmp/.s.PGSQL.5432)/db/usr/passwd" wich connects to the database in non-ssl mode and the password is currently stored as plaintext.