- 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/pagomen/PostGress/data
The netmask is being interpreted incorrectly as IPv6 (hence the non-IP host message):
FATAL: no pg_hba.conf entry for host "::ffff:212.205.129.107", user "dbuser", database "template1", SSL off
Get your server.crt and server.key in the right directory, and fix the netmask in pg_hba.conf, and it just might work...
-- Mitch
---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly