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