Re: Postgresql and SSL

From: "Albe Laurenz" <laurenz(dot)albe(at)wien(dot)gv(dot)at>
To: "Benjamin Smith *EXTERN*" <lists(at)benjamindsmith(dot)com>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: Postgresql and SSL
Date: 2007-09-20 08:15:39
Message-ID: D960CB61B694CF459DCFB4B0128514C23C6B03@exadv11.host.magwien.gv.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Benjamin Smith wrote:
> But I am stumped as to how to create a client certificate
> that's enforced!
>
> I tried the instructions found
> http://marc.info/?l=tomcat-user&m=106293430225790&w=2
>
> and used the "ca.pem" created there as the postgres root.crt
> and although the PG daemon no longer indicates that it
> couldn't find root.crt, it also doesn't require a client
> certificate installed to access with psql.
>
> Any pointers for somebody who is NOT an ssl guru? (like myself!)

What does pg_hba.conf look like?

What is the psql command line you use to connect to the database?

Yours,
Laurenz Albe

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jorge Godoy 2007-09-20 08:42:35 Re: Postgresql and SSL
Previous Message Phoenix Kiula 2007-09-20 07:49:40 Re: Stuck on Foreign Keys