Re: [ADMIN] SSL client configuration ...

2004-04-15 Thread Mitch Pirtle
Hmm... - hostssl all dbuser 212.205.129.107 255.255.255.0 md5 in pg_hba.conf Shouldn't that be a 255.255.255.255 netmask? - generated server.crt and server.key as recommended in Administrator's Guide Not in the correct directory though. You need to put them both in: /home/pago

Re: [ADMIN] SSL client configuration ...

2004-04-15 Thread Tom Lane
GP <[EMAIL PROTECTED]> writes: > Then when I tried to connect (via jdbc driver) I get the following error > from the postmaster: > FATAL: no pg_hba.conf entry for host ":::212.205.129.107", user > "dbuser", database "template1", SSL off > It seems that the client appliaction tries to connec

Re: [ADMIN] SSL client configuration ...

2004-04-15 Thread Peter Eisentraut
GP wrote: > Then when I tried to connect (via jdbc driver) I get the following > error from the postmaster: > FATAL: no pg_hba.conf entry for host ":::212.205.129.107", user > "dbuser", database "template1", SSL off Make sure you have the latest JDBC driver, the 1.4 JDK, and you use the corr

[ADMIN] SSL client configuration ...

2004-04-15 Thread GP
Hi all, In order to setup a SSL connection to the DataBase I did the following: - compiled --with-openssl - ssl=true in postgresql.conf - hostssl  all  dbuser 212.205.129.107 255.255.255.0  md5 in pg_hba.conf - generated server.crt and server.key as recommended in Administrator's Gui