Re: Problem with SSL: "could not accept SSL connection: EOF detected"

From: Pat Maddox <pat(dot)maddox(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Problem with SSL: "could not accept SSL connection: EOF detected"
Date: 2009-03-05 18:44:44
Message-ID: 2c7e61990903051044nc10857bwb605b0f16aaf2d3f@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, Mar 5, 2009 at 10:34 AM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> Pat Maddox <pat(dot)maddox(at)gmail(dot)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.

http://pastie.org/private/y7cbpuamemxawmhh8hdna is the strace output

Pat

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Heine Ferreira 2009-03-05 18:45:53 converting older databases
Previous Message Tom Lane 2009-03-05 18:42:24 Re: After Upgrade from 8.2.6 to 8.3.6: function to_timestamp does not exist