Re: SSL connection has been closed unexpectedly

From: Alban Hertroys <haramrae(at)gmail(dot)com>
To: Stuart Ford <stuart(dot)ford(at)glide(dot)uk(dot)com>
Cc: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: SSL connection has been closed unexpectedly
Date: 2013-08-15 12:31:46
Message-ID: CAF-3MvMrLNOP=1MM22XzSjaCQhD1WLmXuFaMxN=49=H7vKBXcg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 15 August 2013 12:41, Stuart Ford <stuart(dot)ford(at)glide(dot)uk(dot)com> wrote:

> Dear community
>
> We have a problem on our development database server, which supports a PHP
> application, which connects to it from a different server. Sometimes,
> around 1 in 4 page loads, it fails and reports the following error message:
>
> FATAL: terminating connection due to administrator command SSL connection
> has been closed unexpectedly
>

This has nothing to do with SSL. You have an "administrator" who's issuing
commands to close database connections. Those just happen to be SSL
connections.

Perhaps the Linux OOM killer is at work here?

--
If you can't see the forest for the trees,
Cut the trees and you'll see there is no forest.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2013-08-15 12:59:07 Re: Getting list of supported types in Postgres
Previous Message Bruce Momjian 2013-08-15 12:20:05 Re: Why doesn't COPY support the HEADER options for tab-separated output?