Thread: ssl connection problem

ssl connection problem

From
Paweł Kopka
Date:
Hi,
This I find in my log:
 
“could not accept SSL connection: EOF detected”
 
This message appears only for one client, the rest is working fine.
My server is postgresql 8.4 on debian.
What could be the problem.

Re: ssl connection problem

From
"Kevin Grittner"
Date:
Pawe* Kopka<pawelkopka@wp.pl> wrote:

> This I find in my log:
>
> *could not accept SSL connection: EOF detected*
>
> This message appears only for one client, the rest is working
> fine.  My server is postgresql 8.4 on debian.
> What could be the problem.

Something is opening and closing a TCP connection to PostgreSQL
without exchanging the SSL handshake?  A port monitor, perhaps?

-Kevin