Re: Postgresql and SSL

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Albe Laurenz" <laurenz(dot)albe(at)wien(dot)gv(dot)at>
Cc: "Jorge Godoy *EXTERN*" <jgodoy(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Postgresql and SSL
Date: 2007-09-20 14:41:00
Message-ID: 158.1190299260@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Albe Laurenz" <laurenz(dot)albe(at)wien(dot)gv(dot)at> writes:
> Jorge Godoy wrote:
>> Even though one can require connections using only SSL on the
>> server side, I don't see a method (in pg_hba.conf) that
>> would allow clients with SSL certificates.

> Nor do I.

If you mean *require* clients to have certificates, that's not
determined by pg_hba.conf, it's determined by whether you provide
a root.crt file. See
http://www.postgresql.org/docs/8.2/static/ssl-tcp.html

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bill Bartlett 2007-09-20 15:23:48 Re: Building Windows fat clients
Previous Message Ron Johnson 2007-09-20 12:55:33 Re: Is this good spec for a PostgreSQL server?