Re: SSL

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: SSL
Date: 2000-07-08 23:02:37
Message-ID: 25872.963097357@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Peter Eisentraut <peter_e(at)gmx(dot)net> writes:
> Does anyone have any suggestions how to handle this? This was never an
> advertised feature so we have a little room to play with, I suppose.

I think the SSL code is actually broken --- leastwise, the libpq side
of it looks mighty bogus to me. It can't possibly work to negotiate
the SSL setup before we've done the connect, can it? (I believe whoever
added the nonblocking-connect logic to libpq fouled this up.)

I've been griping about that since January but no one's responded, not
even to say "yes it's busted" or "it works for me". So the level of
interest seems awfully low, and I have no particular interest in fixing
it myself.

Bottom line: if you think it needs changing then change it. There
sure aren't going to be very many complainers.

regards, tom lane

In response to

  • SSL at 2000-07-08 19:22:31 from Peter Eisentraut

Browse pgsql-hackers by date

  From Date Subject
Next Message Chris Bitmead 2000-07-09 04:51:21 Re: libpq / SQL3
Previous Message Giles Lean 2000-07-08 22:38:07 Re: 'errno' undefined?