[ADMIN] secure connections

2008-09-07 Thread c k
Hello, I have a question regarding secure connections between pg clients and pg server. As per manual for 8.3 we can use openssl for this purpose. does odbc driver supports it and how? Is there any other method for this? Thanks CPK

RE: [ADMIN] Secure connections to Postgres

1999-10-13 Thread Nicolas Huillard
DATABASEUSERIP_ADDRESS MASK USERAUTHMAP userweb_db nhuillard 192.168.200.21 255.255.255.255 crypt TIA to all, Nicolas Huillard -Message d'origine- De: Oliver Elphick [SMTP:[EMAIL PROTECTED]] Date: mardi

Re: [ADMIN] Secure connections to Postgres

1999-10-12 Thread Oliver Elphick
Nicolas Huillard wrote: >Hello, > >I am trying to setup a secure scheme for the database access, for my web ser >vers, modifying pg_hda.conf. >What I want is : >* the connection from the http server is authenticated, from another host, >* the connection is allowed with crypted p

[ADMIN] Secure connections to Postgres

1999-10-12 Thread Nicolas Huillard
Hello, I am trying to setup a secure scheme for the database access, for my web servers, modifying pg_hda.conf. What I want is : * the connection from the http server is authenticated, from another host, * the connection is allowed with crypted password for the Postgres superuser, from well-kn