Re: Enabling SSL fails to restart server - Mailing list pgsql-novice

From Tom Lane
Subject Re: Enabling SSL fails to restart server
Date
Msg-id 10203.1298610641@sss.pgh.pa.us
Whole thread Raw
In response to Enabling SSL fails to restart server  ("David Patricola" <david.patricola@jefferson.edu>)
List pgsql-novice
"David Patricola" <david.patricola@jefferson.edu> writes:
> When we set ssl=on in postgres.conf the server doesn't restart at all.  No
> error message, no log.  When we turn it off again it connects fine.
> Postgres was installed with RedHat as a package so is there some manual
> installation that needs to be done?  Below is the version being used.

If you just change that setting, and don't provide the required
certificate and private key files, it's expected that the server would
refuse to start.  It definitely will complain about that though --- I
think you're failing to look in the right log file.  Did you check
/var/lib/pgsql/pgstartup.log?

See here for some hints about configuring SSL correctly:
http://www.postgresql.org/docs/9.0/static/ssl-tcp.html

            regards, tom lane

pgsql-novice by date:

Previous
From: Manlin Vee
Date:
Subject: Failure to Call a Nested Function
Next
From: Vibhor Kumar
Date:
Subject: Re: Failure to Call a Nested Function