Re: enable SSL on server

From: Richard Huxton <dev(at)archonet(dot)com>
To: Андрей <andyk(at)softwarium(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: enable SSL on server
Date: 2005-12-15 13:20:40
Message-ID: 43A16DA8.2030109@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Андрей wrote:
> Richard Huxton wrote:
>
>> Andrei wrote:
>>
>>> Hello!
>>>
>>> Please tell - how to enable SSL on PostgreSQL 8.1 server. When
>>> setting option "ssl = on" in postgresql.conf - server even doesn't
>>> want to startup. I'm using PostgreSQL 8.1 on Windows 2000, installed
>>> from .msi, downloaded from www.posgtresql.org.
>>
>>
>> If the server isn't starting up, it will say why in the logs.
>>
>> What does it say in the logs?
>
> No logs appear, just got MessageBox with 'PostgreSQL Tray' - 'Service
> command failed'. :(

It seems unlikely that *nothing* is being logged - PG is usually good at
that. Check your logging configuration settings, and see what you get
with ssl = false, then try again with ssl = true.

If you genuinely have nothing being logged, the failure must be very
early in the startup sequence. Try starting it from a command-prompt -
you should see an error message then.

--
Richard Huxton
Archonet Ltd

In response to

Browse pgsql-general by date

  From Date Subject
Next Message A. Kretschmer 2005-12-15 13:23:03 Re: is this a bug or I am blind?
Previous Message Mage 2005-12-15 13:12:23 is this a bug or I am blind?