Re: [PHP] Re: [NOVICE] SSL use

2005-04-22 Thread Michael Fuhr
On Fri, Apr 22, 2005 at 03:02:25PM -0700, -k. wrote: > > > 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)? > > > > You could add "sslmode=require" to attempt only an > >

Re: [PHP] Re: [NOVICE] SSL use

2005-04-22 Thread -k.
> > 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)? > > You could add "sslmode=require" to attempt only an > SSL connection. I have couple related questions: Is this necessary

[PHP] Re: [NOVICE] SSL use

2005-04-22 Thread Michael Fuhr
On Fri, Apr 22, 2005 at 04:38:29PM -0400, ruel.cima wrote: > > 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 n