Re: SSL Connection Issue

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: SSL Connection Issue
Дата
Msg-id 6BCB9D8A16AC4241919521715F4D8BCE34BF57@algol.sollentuna.se
обсуждение исходный текст
Ответ на SSL Connection Issue  (Flip Mulder <fmulder@xs4all.nl>)
Ответы Re: SSL Connection Issue  (Andreas Pflug <pgadmin@pse-consulting.de>)
Список pgsql-hackers-win32
> I am connecting to the server from the same computer as where
> the server is running. Just local... The log of the server
> gives this (with
> log_error_verbosity=verbose):
>
> ------------------------------------------------------
> C:\Documents and Settings\postgresql>postmaster
> LOG:  could not recognize system timezone, defaulting to "Etc/GMT-1"
> HINT:  You can specify the correct timezone in postgresql.conf.
> LOG:  could not load root certificate file
> "C:/postgres/data/root.crt": No such
> file or directory

^^^
This here is your problem. There is no root certificate for it to load.
You need to either adjust the path to wherever you have your root
certificate, or move the root certificate to the specified location.

(The archives.postgresql.org server appears dead ATM, so I can't see the
instructions you followed. But if they contained a step about the root
certificate, that's where you have to verify that you did the right
thing)

//Magnus

В списке pgsql-hackers-win32 по дате отправления:

Предыдущее
От: "Sean S. O'Donovan"
Дата:
Сообщение: Is there a problem with the Postgres Archives ?
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: win32 pgsql not installable