Re: Yum Install postgresql93 with SSL - Mailing list pgsql-admin

From Tom Lane
Subject Re: Yum Install postgresql93 with SSL
Date
Msg-id 13394.1418667473@sss.pgh.pa.us
Whole thread Raw
In response to Re: Yum Install postgresql93 with SSL  (John Scalia <jayknowsunix@gmail.com>)
Responses Re: Yum Install postgresql93 with SSL  (Kido Kouassi <jjkido@gmail.com>)
List pgsql-admin
> On 12/15/2014 12:58 PM, Kido Kouassi wrote:
>> I used the following sequence to install
>>
>> 1- yum install postgresql93-server.x86_64 postgresql93-jdbc.x86_64 postgresql93.x86_64 postgresql93-contrib.x86_64
postgresql93-pltcl.x86_64postgresql93-plpython.x86_64  
>> postgresql93-odbc.x86_64 postgresql93-libs.x86_64
>>
>> 2- service postgresql-9.3 initdb
>>
>> 3-service postgresql-9.3 start
>>
>> at the first try database started with no issue,
>>
>> then I copied the Cert and keys files, to the data folder,
>>
>> modified the postgresql.conf with
>>
>> ssl = on
>> #ssl_ciphers = 'DEFAULT:!LOW:!EXP:!MD5:@STRENGTH'
>>
>> #ssl_renegotiation_limit = 512MB
>> ssl_cert_file = 'server.crt'
>> ssl_key_file = 'server.key'
>> ssl_ca_file = 'root.crt'
>> #ssl_crl_file = ''
>>
>> After this I change ownership of the whole data folder to postgres user and restarted the service.
>>
>>
>> 1- The service did not start
>>
>> 2- Nothing was logged in the log file.

I'd bet this has nothing to do with SSL and lots to do with the "change
ownership" step.  You sure you did that right?

            regards, tom lane


pgsql-admin by date:

Previous
From: John Scalia
Date:
Subject: Re: Yum Install postgresql93 with SSL
Next
From: Kido Kouassi
Date:
Subject: Re: Yum Install postgresql93 with SSL