Re: Re: Error-like LOG when connecting with SSL for password authentication
Michael Paquier <michael.paquier@gmail.com>
From: Michael Paquier <michael.paquier@gmail.com>
To: Ryan Murphy <ryanfmurphy@gmail.com>
Cc: PostgreSQL mailing lists <pgsql-hackers@postgresql.org>
Date: 2017-07-05T23:21:04Z
Lists: pgsql-hackers
On Thu, Jul 6, 2017 at 12:45 AM, Ryan Murphy <ryanfmurphy@gmail.com> wrote: > I tried to apply your patch to HEAD and it failed. > But I think that's because some version of it has already been committed, correct? I see some of your ECONNRESET and "SSL connection has been closed unexpectedly" code already in HEAD. Thanks Ryan for the reminder. Heikki has pushed a minimum patch set as b93827c7. So I have updated the CF app accordingly. -- Michael
Commits
-
Treat clean shutdown of an SSL connection same as the non-SSL case.
- fb1110085b47 9.2.22 landed
- 543e00bc1f06 9.3.18 landed
- fb63a0aa3388 9.4.13 landed
- 90630a6ad187 9.5.8 landed
- f73382877e3e 9.6.4 landed
- b93827c745f3 10.0 landed