Re: Is this a known feature of 8.1 SSL connection?

From: Ray Stell <stellr(at)cns(dot)vt(dot)edu>
To: zhong ming wu <mr(dot)z(dot)m(dot)wu(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Is this a known feature of 8.1 SSL connection?
Date: 2010-11-01 21:06:46
Message-ID: 20101101210646.GC22320@cns.vt.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, Nov 01, 2010 at 11:54:25AM -0400, zhong ming wu wrote:
> I don't recall this being an issue with 8.4 I am also using
>
> Say your 8.1 server has SSL on. Even though pg_hba.conf have
>
> host or hostnossl .... md5
>
> either server or 8.1 psql insists that you have .postgresql/postgresql.*
>
> Does that make sense to you?
>
> Note: no "cert" in pg_hba.conf

no, that does not make sense to me, however, I don't have an 8.x to play with.

In 9.0.1,
with hostnossl+md5
ssl=on
no ~/.postgresql on the client

$ psql -p 5498 template1 postgres
Password for user postgres:
psql (9.0.1)
Type "help" for help.

template1=# \q

what is the postmaster msg exactly?

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Vick Khera 2010-11-01 21:10:02 Re: Replication
Previous Message Kevin Field 2010-11-01 20:55:06 Re: can select contents of view but not view itself, despite indirect membership