Re: [GENERAL] SSL connection option from client side?

2010-02-05 Thread dipti shah
I got how SSL and SSH works in PostGreSQL from chapter 17.8 and 17.9. Thanks, Dip On Thu, Feb 4, 2010 at 1:16 PM, dipti shah wrote: > 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 be

[GENERAL] SSL connection option from client side?

2010-02-03 Thread dipti shah
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