From: | GP <pagomen(at)csd(dot)uoc(dot)gr> |
---|---|
To: | pgsql-admin(at)postgresql(dot)org |
Subject: | SSL client configuration ... |
Date: | 2004-04-15 15:34:49 |
Message-ID: | 407EAB99.2000600@csd.uoc.gr |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
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
Guide
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 "::ffff:212.205.129.107", user
"dbuser", database "template1", SSL off
It seems that the client appliaction tries to connect without SSL ???
PS: Also at start up I have some warnings from postmaster :
LOG: could not load root certificate file
"/home/pagomen/PostGress/data/root.crt": No such file or directory
DETAIL: Will not verify client certificates.
LOG: could not bind IPv4 socket: Address already in use
..
LOG: database system is ready
Any ideas ?
George
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2004-04-15 18:26:59 | Re: SSL client configuration ... |
Previous Message | Cris Carampa | 2004-04-15 14:47:28 | Re: Multiple disks |