Re: libpq crashing on macOS during connection startup

From: John DeSoi <john(at)desoi(dot)dev>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Joe Conway <mail(at)joeconway(dot)com>, Postgres General <pgsql-general(at)postgresql(dot)org>
Subject: Re: libpq crashing on macOS during connection startup
Date: 2023-12-04 15:40:46
Message-ID: 0100018c357d32a7-e1c91133-a389-41ad-b9ea-405db4eb5db7-000000@email.amazonses.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


> On Nov 30, 2023, at 7:53 PM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>
>> Is there a way to simply disable GSSAPI authentication? I could not find it.
>
> gssencmode=disable in your connection options; but that's a tad
> inconvenient probably.

I discovered there is a PGGSSENCMODE environment variable. I set it to 'disable' in the environment used to run the http server. Hopefully this will solve it.

https://www.postgresql.org/docs/current/libpq-envars.html

John DeSoi, Ph.D.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Joe Conway 2023-12-04 15:45:58 Re: Emitting JSON to file using COPY TO
Previous Message Andrew Dunstan 2023-12-04 14:25:04 Re: Emitting JSON to file using COPY TO