Re: Frontend/Backend Protocol: SSL / GSS Protocol Negotiation Problem

From: Andrew Gierth <andrew(at)tao11(dot)riddles(dot)org(dot)uk>
To: Jakob Egger <jakob(at)eggerapps(dot)at>
Cc: Michael Paquier <michael(at)paquier(dot)xyz>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Frontend/Backend Protocol: SSL / GSS Protocol Negotiation Problem
Date: 2019-12-06 15:45:29
Message-ID: 87d0d1bgsr.fsf@news-spur.riddles.org.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>>>>> "Jakob" == Jakob Egger <jakob(at)eggerapps(dot)at> writes:

Jakob> But this also needs to be fixed on the client side as well,
Jakob> otherwise affected clients can't connect to older servers
Jakob> anymore.

There's a workaround, which is to set PGGSSENCMODE=disable on the
client.

It would be far better to avoid complicating the client side with this
if we can possibly do so.

--
Andrew (irc:RhodiumToad)

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2019-12-06 15:48:53 Re: [Proposal] Level4 Warnings show many shadow vars
Previous Message Nikolay Shaplov 2019-12-06 15:18:48 [PATCH] Finally split StdRdOptions into HeapOptions and ToastOptions