Re: SSL use - Mailing list pgsql-novice

From Bruno Wolff III
Subject Re: SSL use
Date
Msg-id 20050423173844.GC18950@wolff.to
Whole thread Raw
In response to SSL use  ("ruel.cima" <ruel.cima@facinf.uho.edu.cu>)
List 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 by date:

Previous
From: Bruno Wolff III
Date:
Subject: Re: problem migratin from ms sql
Next
From: Vitaly Belman
Date:
Subject: Passing multiple rows to a function?