Re: Problem with SSL: "could not accept SSL connection: EOF detected" - Mailing list pgsql-general

From Tom Lane
Subject Re: Problem with SSL: "could not accept SSL connection: EOF detected"
Date
Msg-id 8136.1236278071@sss.pgh.pa.us
Whole thread Raw
In response to Problem with SSL: "could not accept SSL connection: EOF detected"  (Pat Maddox <pat.maddox@gmail.com>)
Responses Re: Problem with SSL: "could not accept SSL connection: EOF detected"  (Pat Maddox <pat.maddox@gmail.com>)
List pgsql-general
Pat Maddox <pat.maddox@gmail.com> writes:
> I have an ubuntu intrepid server running postgres 8.3.6.  The server
> is able to accept connections via SSL.

> We have another host that is unable to connect via ssl for some
> reason.  Trying to connect results in
> psql:
> and quitting.  The server log says
> "could not accept SSL connection: EOF detected"

> I'm pretty sure it's a client ssl issue, because the server accepts
> ssl connections from other hosts, and the problem host is able to
> connect when the server doesn't require ssl.

Odd.  Try strace'ing the failing psql session, and send us the last few
dozen lines of the output.

            regards, tom lane

pgsql-general by date:

Previous
From: Douglas J Hunley
Date:
Subject: [ANNOUNCE] pgsql announce now on twitter
Next
From: Tom Lane
Date:
Subject: Re: After Upgrade from 8.2.6 to 8.3.6: function to_timestamp does not exist