SSL problems

From: "Alastair D'Silva" <deece(at)newmillennium(dot)net(dot)au>
To: <pgsql-admin(at)postgresql(dot)org>
Subject: SSL problems
Date: 2002-04-11 07:31:49
Message-ID: 010301c1e12a$f1753170$3200a8c0@riker
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

I've been busy trying to get Bind9 running smoothly with an SSL
connection to a PostgreSQL database. Running it from one computer
(FreeBSD 4.5-STABLE) across the Internet to the server works fine, but
running Bind9 on the same computer as the server (FreeBSD
4.5-RELEASE-p2) fails, with the error generated from the pq library:
"Could not establish SSL connection: No SSL error reported".

I can telnet to the PostgreSQL port fine, so its not a firewalling
issue, and disabling SSL in postgresql.conf remedies the problem
(although it means my remote connections are no longer encrypted). Yes,
I am aware that I could tunnel the remote connections via SSH, but I'd
rather have the native SSL support.

On a somewhat related note, is it possible to disable SSL for certain ip
address, while enabling it for others? The reason for this is that there
will be some remote and some local TCP connections, and I can see no
reason for encrypting the local TCP connections.

--
Alastair D'Silva B. Sc. mob: 0413 485 733
Networking Consultant
New Millennium Networking http://www.newmillennium.net.au

Browse pgsql-admin by date

  From Date Subject
Next Message Juan Pablo Grassi 2002-04-11 12:39:25 Problems with PostgreSQL
Previous Message Nick Fankhauser 2002-04-10 19:19:20 More question about plans & explain (long)