Re: Facing issue with cert authentication

Поиск
Список
Период
Сортировка
От Jeff Janes
Тема Re: Facing issue with cert authentication
Дата
Msg-id CAMkU=1zJFfYm5k=Bka3cxcwbvY1wXj5e1KhXx=yo7+9d8R8XYA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Facing issue with cert authentication  (Holger Jakobs <holger@jakobs.com>)
Список pgsql-admin
On Thu, Dec 22, 2022 at 4:40 AM Holger Jakobs <holger@jakobs.com> wrote:

Can you try:

psql "host=postgres.app.net user=\"S114546\" dbname=appdb sslmode=verify-full sslcert=cert.pem sslkey=cert-key.pem sslrootcert=tls-ca-bundle.pem"

This should keep the user name in upper case.

On the command line, case folding is not done, so adding the quotes doesn't do what you want.  It is once you are inside psql (which is presumably where the user is created via CREATE USER) where the case folding kicks in.

Cheers,

Jeff

В списке pgsql-admin по дате отправления:

Предыдущее
От: "David G. Johnston"
Дата:
Сообщение: Re: Facing issue with cert authentication
Следующее
От: Dhirendra Singh
Дата:
Сообщение: Re: Facing issue with cert authentication