Re: Issue with configuration parameter "require_auth"

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: "Gaisford, Phillip" <phillip(dot)gaisford(at)hpe(dot)com>
Cc: "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: Issue with configuration parameter "require_auth"
Date: 2024-07-17 15:27:11
Message-ID: CAKFQuwZ=zxnSbL_kgK6ZpURoqK8SR+W1v1O+f=ONunifzrYAag@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wednesday, July 17, 2024, Gaisford, Phillip <phillip(dot)gaisford(at)hpe(dot)com>
wrote:

> I am having trouble using require_auth (https://www.postgresql.org/
> docs/16/libpq-connect.html#LIBPQ-CONNECT-REQUIRE-AUTH).
>
>
>
> Using golang sqlx.Connect on the client side, the connection fails and my
> Postgresql 16 server logs the following:
>
> 2024-07-17 14:42:07.285 UTC [115] FATAL: unrecognized configuration
> parameter "require_auth"
>
>
>
> What could the issue be?
>
>
>

Seems like a bug or version mis-match in the client library. That is a new
option in v16 so it may not be handled properly. That option is
client-only, the client should not be sending it to the server, which the
error message indicates it is. Unless you can reproduce with psql you’ll
need to check your installation environment (maybe you only have v15 or
less client libraries installed?) or file a bug with the driver project.

David J.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Kashif Zeeshan 2024-07-17 15:37:43 Re: PgbackRest and EDB Query
Previous Message Tom Lane 2024-07-17 15:23:55 Re: Issue with configuration parameter "require_auth"