"G Reina" <reina_ga@hotmail.com> writes:
> The error in the serverlog is:
> LOG: could not load root certificate file
> "/database/local/pgsql/data/root.crt": No such file or directory
> DETAIL: Will not verify client certificates.
This is not an error.
> The SSL certificate (server.crt) was made following the instructions in the
> Postgres documentation. Note, that root.crt is not specified in this
> documentation.
Yes it is; see
http://developer.postgresql.org/docs/postgres/ssl-tcp.html
near the bottom of the page, and also
http://developer.postgresql.org/docs/postgres/libpq-ssl.html
regards, tom lane