[GENERAL] cannot load server.crt

2012-12-19 Thread Sahagian, David
9.1.3 on Linux . . . We use our own CA implementation inside Java to generate a PEM-encoded certificate chain (server.crt) and key (server.key). The certificates are, as they should be, base-64 encoded and surrounded by the appropriate delimiters such as -BEGIN CERTIFICATE- -END

[GENERAL] cannot load server.crt

2012-12-19 Thread Sahagian, David
Continuation . . . When this happens, Postgres rejects the certificate. FATAL: could not load server certificate file server.crt: no SSL error reported -dvs-

Re: [GENERAL] cannot load server.crt

2012-12-19 Thread Martin Gainty
. From: david.sahag...@emc.com To: pgsql-general@postgresql.org Date: Wed, 19 Dec 2012 14:51:22 -0500 Subject: [GENERAL] cannot load server.crt Continuation . . . When this happens, Postgres rejects the certificate. FATAL: could not load server certificate file server.crt: no SSL error reported -dvs-

Re: [GENERAL] cannot load server.crt

2012-12-19 Thread Tom Lane
Sahagian, David david.sahag...@emc.com writes: We use our own CA implementation inside Java to generate a PEM-encoded certificate chain (server.crt) and key (server.key). The certificates are, as they should be, base-64 encoded and surrounded by the appropriate delimiters such as