Обсуждение: ssl connection problem

Поиск
Список
Период
Сортировка

ssl connection problem

От
Paweł Kopka
Дата:
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

От
"Kevin Grittner"
Дата:
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