Re: [HACKERS] Error-like LOG when connecting with SSL for password authentication - Mailing list pgsql-hackers

From Vaishnavi Prabakaran
Subject Re: [HACKERS] Error-like LOG when connecting with SSL for password authentication
Date
Msg-id CAOoUkxTgj-URMnPvopzSC4mNYKn0GThhrbJAE=62wE9pSnyRQg@mail.gmail.com
Whole thread Raw
In response to [HACKERS] Error-like LOG when connecting with SSL for password authentication  (Michael Paquier <michael.paquier@gmail.com>)
Responses Re: [HACKERS] Error-like LOG when connecting with SSL for passwordauthentication  (Heikki Linnakangas <hlinnaka@iki.fi>)
List pgsql-hackers

On Mon, May 22, 2017 at 5:10 PM, Michael Paquier <michael.paquier@gmail.com> wrote:
If the protocol version is SSL
3.0 or TLS 1.0, this result code is returned only if a closure alert
has occurred in the protocol, i.e. if the connection has been closed
cleanly. Note that in this case SSL_ERROR_ZERO_RETURN does not
necessarily indicate that the underlying transport has been closed.

I guess this error code exist even for SSL2 protocol, In that case, don't we need to keep the current code for this error code? 

Regards,
Vaishnavi,
Fujitsu Australia. 

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: [HACKERS] Some thoughts about SCRAM implementation
Next
From: Fabien COELHO
Date:
Subject: Re: [HACKERS] psql - add special variable to reflect the last querystatus