Dear Colleagues,
I'm trying to setup a PostgreSQL server (9.1.0) that will use SSL
for I/O and for authenticating the clients. I've been able to create
certificates for both server and clients that pass signature
verification using 'openssl verify', but I get invalid certificate
errors fro
Dear Colleagues,
I found the answer to my own problem -- the root.crl (Certificate
revocation list) was malformed. When I deleted the root.crl files from
the client and server locations, everything works as advertised.
For anyone who looked at my problem, thank you.
Cheers,
Bob