Re: client conx problems, 7.3.2

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Randy Cone <cone(at)hpl(dot)umces(dot)edu>, pgsql-bugs(at)postgresql(dot)org
Subject: Re: client conx problems, 7.3.2
Date: 2003-03-07 02:22:56
Message-ID: 200303070222.h272Mus06082@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Tom Lane wrote:
> Randy Cone <cone(at)hpl(dot)umces(dot)edu> writes:
> > What's particularly irksome is that this happens even when no SSL is
> > supposed to be used at all, i.e. simple tcp/ip host based client connect.
>
> Hard to see how that could happen, unless some SSL logic has snuck into
> the non-SSL code path --- but then I'd expect it to fail immediately.
>
> Are you sure you turned off SSL? (I am not sure it's possible to do that
> just by altering pg_hba.conf --- you can force SSL that way, but not
> forbid it.)

This is a known SSL issue, that if the client and server support SSL,
they use it even if you don't have SSL configured in pg_hba.conf. We
had that discussion about allowing folks to control that from the client
and server and a few months ago.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message pgsql-bugs 2003-03-07 03:54:05 Bug #906: Web site bug in Docs
Previous Message Oliver Elphick 2003-03-06 22:14:59 Re: pg_dumpall ignores --globals-only