Re: ssl problem with postgres 8.0 - Mailing list pgsql-general

From Tom Lane
Subject Re: ssl problem with postgres 8.0
Date
Msg-id 3346.1123097273@sss.pgh.pa.us
Whole thread Raw
In response to ssl problem with postgres 8.0  ("Luca Stancapiano" <l.stancapiano@k-tech.it>)
List pgsql-general
"Luca Stancapiano" <l.stancapiano@k-tech.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

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Note on scalar subquery syntax
Next
From: Peter Wilson
Date:
Subject: Re: feeding big script to psql