Re: I don't understand this WARNING on pg_ctl startup

From: Chris <dmagick(at)gmail(dot)com>
To: Ralph Smith <smithrn(at)washington(dot)edu>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: I don't understand this WARNING on pg_ctl startup
Date: 2008-03-05 04:25:31
Message-ID: 47CE20BB.2080207@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Ralph Smith wrote:
> ===============================
>
> postgres(at)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/

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Richard Broersma 2008-03-05 04:47:41 Re: how do you write aggregate function
Previous Message Erwin Brandstetter 2008-03-05 00:53:57 Import file into bytea field in SQL/plpgsql?