Re: use SSL TO AUTH

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Fabio Serra" <faserone(at)gmail(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: use SSL TO AUTH
Date: 2008-03-06 17:24:10
Message-ID: 18372.1204824250@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

"Fabio Serra" <faserone(at)gmail(dot)com> writes:
> First, I don't understand if PostgreSQL in OpenSuse 10.3 was compiled with
> SSL support. Is there any command to know how was compiled PG ?

Almost certainly it was, but pg_config would show you the configure options.

> I changed to on the ssl option in postgresql.conf and I created a self
> signed certificate that i copied in /var/lib/pgsql/data/
> The problem is that Postgres doesn't start correctly and I can't find any
> log to understand why.

You'd need to look at the start script to see where it's sending the
postmaster log to. The postgresql.conf file might also influence that.
I don't know how OpenSuse's package sets up the logging, but surely
it's going somewhere.

regards, tom lane

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Raimon Fernandez 2008-03-07 10:40:55 numeric definition advice
Previous Message johnf 2008-03-06 14:55:15 Re: use SSL TO AUTH