SSL connection option from client side? - Mailing list pgsql-general

From dipti shah
Subject SSL connection option from client side?
Date
Msg-id d5b05a951002032346s1f8512cuaf8f08c522ea973a@mail.gmail.com
Whole thread Raw
Responses Re: SSL connection option from client side?  (dipti shah <shahdipti1980@gmail.com>)
List pgsql-general
I got the information about how to set server configuration to make SSL aware only from http://www.postgresql.org/docs/8.4/static/ssl-tcp.html. Please see below and let me know if I am missing anything.
 
   1. I need to switch on "ssl" attribute in postgresql.conf and compile the server again.
   2. In pg_hba.conf, I have to use "hostssl" for all client connections.
 
Also, after setting above configurations, if I connect to my database using "psql -d Techdb -U postgres" then automatically it will be SSL connection or I need to specify any option from client side?
 
Thanks,
Dipti

pgsql-general by date:

Previous
From: Sim Zacks
Date:
Subject: Re: Shall I apply normalization in the following case?
Next
From: Marek Lewczuk
Date:
Subject: using new Hstore in PG8.4