Re: SSL use

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: SSL use
Дата
Msg-id 20050423173844.GC18950@wolff.to
обсуждение исходный текст
Ответ на SSL use  ("ruel.cima" <ruel.cima@facinf.uho.edu.cu>)
Список pgsql-novice
On Fri, Apr 22, 2005 at 16:38:29 -0400,
  "ruel.cima" <ruel.cima@facinf.uho.edu.cu> wrote:
>  hi,
>
>  im handling some important information that needs to be stored in my
>  postgresql database via a php script. i´ve been reading the mails sent on
>  this mailing list on SSL use. my postgresql server allows SSL connections
>  but im not sure how to make use of this.id like to know more about ssl and
>  how to take advantage of its security features. any references?
>
>   from my php script, do i need to make a special connection to the database
>  or is the same e.g pg_connect(host= localhost dbname=test user=p
>  password=p)?

If postgres is running on the same machine as php there isn't much point
in using encryption of the connection. You are probably better off using
domain sockets instead of a network connection in this case.

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

Предыдущее
От: Bruno Wolff III
Дата:
Сообщение: Re: problem migratin from ms sql
Следующее
От: Vitaly Belman
Дата:
Сообщение: Passing multiple rows to a function?