Re: SSL connection option from client side?

From: dipti shah <shahdipti1980(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: SSL connection option from client side?
Date: 2010-02-05 09:08:26
Message-ID: d5b05a951002050108r45060c9bv3e11ff1f966a170b@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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 <shahdipti1980(at)gmail(dot)com> 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 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Stefan Schwarzer 2010-02-05 09:13:21 How to escape apostrophes when apostrophes already used to escape something else
Previous Message Rob Newton 2010-02-05 02:49:36 libecpg versions and libecpg_compat