Re: pgsql and php with ssl mode.

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: pgsql and php with ssl mode.
Дата
Msg-id 20050810134804.GA46356@winnie.fuhr.org
обсуждение исходный текст
Ответ на pgsql and php with ssl mode.  (babu <garavindbabu@yahoo.co.uk>)
Список pgsql-general
On Wed, Aug 10, 2005 at 02:09:55PM +0100, babu wrote:
> I am trying to use ssl mode when connecting to pgsql via php.
> i have used the method pg_conncet with sslmode and require option.
> But it gets an error "Unable to connect to PostgreSQL server: sslmode value "require" invalid when SSL support is not
compiledin ". 

Looks like the underlying libpq wasn't compiled with SSL support.
If you built PostgreSQL yourself then do a fresh build and configure
it with the --with-openssl option.  If you installed from a package
then complain to whoever made the package.

--
Michael Fuhr

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

Предыдущее
От: babu
Дата:
Сообщение: pgsql and php with ssl mode.
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: pgsql and php with ssl mode.