Re: ssl problem with postgres 8.0

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Luca Stancapiano" <l(dot)stancapiano(at)k-tech(dot)it>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: ssl problem with postgres 8.0
Date: 2005-08-03 19:27:53
Message-ID: 3346.1123097273@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Luca Stancapiano" <l(dot)stancapiano(at)k-tech(dot)it> writes:
> I have this error:
> psql: could not open certificate file "/root/.postgresql/postgresql.crt":
> No such file or directory

You need a client certificate (if you don't want the server demanding
client certificates, remove its root.crt file). See
http://www.postgresql.org/docs/8.0/static/libpq-ssl.html
http://www.postgresql.org/docs/8.0/static/ssl-tcp.html

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Peter Wilson 2005-08-03 19:34:47 Re: feeding big script to psql
Previous Message Tom Lane 2005-08-03 19:24:16 Re: Note on scalar subquery syntax