root.crt

From: "Knut P Lehre" <k(dot)p(dot)lehre(at)world-online(dot)no>
To: pgsql-general(at)postgresql(dot)org
Subject: root.crt
Date: 2005-08-24 15:38:29
Message-ID: 42BFF0E800000BE0@cpfe4.be.tisc.dk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Using pg 7.4.8 on RHEL4.
I produced a server.crt and server.key using the server computer, as described
in 7.4.8 docs section 16.7. As expected the log reports that root.crt was
not found during server startup. On connection, psql (8.0.3 on WinXP) reports
"SSL connection". Thus, SSL encryption seems to work.
I copied server.crt to root.crt. New startup, and the server did no longer
complain about missing root.crt, as expected if the root.crt was found OK.
Connection still works as above. Thus, no client verification appears to
take place, and I cannot see any warnings. I have not been able to find
more information on the requirements for the root.crt file. Would be nice
to have this in the docs. Does the copy of server.crt not work because it
is self-signed, or is a different kind of crt needed?

Comments appreciated,
KPL

Browse pgsql-general by date

  From Date Subject
Next Message David Fetter 2005-08-24 15:40:50 Re: [OT?] ETL tools
Previous Message Tom Lane 2005-08-24 15:00:49 Re: psql: server closed the connection unexpetedly