Re: pg13 psql can't connect pg instance with ssl enabled after upgrading

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: jian xu <jamesxu(at)outlook(dot)com>
Cc: pgsql-admin <pgsql-admin(at)postgresql(dot)org>
Subject: Re: pg13 psql can't connect pg instance with ssl enabled after upgrading
Date: 2021-02-12 22:59:46
Message-ID: 1611195.1613170786@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

jian xu <jamesxu(at)outlook(dot)com> writes:
> Thanks Tom. you are right, we are using GSS authentication. and psql version is 13.1
> postgresql_13_1/bin/psql --version
> psql (PostgreSQL) 13.1

Ah. Then perhaps you want hostgssenc not hostssl in your pg_hba
entries. But I'd definitely recommend an update to 13.2, as it
fixes a number of GSS bugs besides this one.

regards, tom lane

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message jian xu 2021-02-12 23:40:19 Re: pg13 psql can't connect pg instance with ssl enabled after upgrading
Previous Message jian xu 2021-02-12 22:52:14 Re: pg13 psql can't connect pg instance with ssl enabled after upgrading