Re: [GENERAL] ssl problem with postgres 8.0

2005-08-03 Thread Tom Lane
"Luca Stancapiano" <[EMAIL PROTECTED]> 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 htt

[GENERAL] ssl problem with postgres 8.0

2005-08-03 Thread Luca Stancapiano
hello.I use postgresql 8.0 . I've created the server.key and server.crt in this manner: openssl req -new -nodes -keyout server.key -out server.csr openssl req -x509 -key /home/data/server.key -in /home/data/server.csr -out server.crt and I put theese in my data home. I launch postgres in th