Re: I don't understand this WARNING on pg_ctl startup - Mailing list pgsql-general

From Chris
Subject Re: I don't understand this WARNING on pg_ctl startup
Date
Msg-id 47CE20BB.2080207@gmail.com
Whole thread Raw
In response to I don't understand this WARNING on pg_ctl startup  (Ralph Smith <smithrn@washington.edu>)
List pgsql-general
Ralph Smith wrote:
> ===============================
>
> postgres@flexo:/usr/lib/postgresql/8.2/bin$ 2008-03-04 15:47:21 PST
> LOG:  00000: could not load root certificate file "root.crt": no SSL
> error reported
> 2008-03-04 15:47:21 PST DETAIL:  Will not verify client certificates.
> 2008-03-04 15:47:21 PST LOCATION:  initialize_SSL, be-secure.c:785

You have:

ssl = true

in your postgresql.conf file but when postgres tries to start up, there
is no root.crt file (or it can't be read due to permissions).

http://www.postgresql.org/docs/8.2/interactive/ssl-tcp.html

--
Postgresql & php tutorials
http://www.designmagick.com/

pgsql-general by date:

Previous
From: Erwin Brandstetter
Date:
Subject: Import file into bytea field in SQL/plpgsql?
Next
From: "Richard Broersma"
Date:
Subject: Re: how do you write aggregate function