Re: SSL with Beta3 - "could not load root certificate file"

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "G Reina" <reina_ga(at)hotmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: SSL with Beta3 - "could not load root certificate file"
Date: 2004-10-09 14:52:59
Message-ID: 27548.1097333579@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"G Reina" <reina_ga(at)hotmail(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Matthew 2004-10-09 15:02:09 Re: First set of OSDL Shared Mem scalability results, some
Previous Message Christopher Browne 2004-10-09 14:31:22 Re: compact PostgreSQL