dipti shah wrote:
> Hi,
>
> I am new to PostGreSQL authentication mechanism. Does PostGreSQL
> support SSL? How could I make sure that psql client communicates with
> PostGreSQL server securely?
>
> Thanks,
> Dipti
Yes. See http://www.postgresql.org/docs/8.4/static/ssl-tcp.html. You can
force the server to only accept secure connections.
Howard Cole