"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