[info] SSL_read(...) failed (104: Connection reset by peer)

Andrew Clayton andrew at digital-domain.net
Wed Dec 21 14:50:01 UTC 2022


On Fri, 11 Nov 2022 10:25:34 +0100
Ariel Goyeneche <agoyeneche at gmail.com> wrote:

> Hi Team,
> 
> I am running Nginx Unit 1.28 with Python 3.9.12 as embedded language. All seems fine, except a random entry in the logs saying
> 
>    [info] SSL_read(...) failed (104: Connection reset by peer)
> 
> I don’t see neither receive any feedback that the web servers are dropping any calls, but I wonder what may produce this info line?
> Does anyone experienced this before?

It's something you'll see from time to time. It just means the other
end terminated the connection by sending a RST packet rather than doing
a clean shutdown of the connection.

> Thanks in advance,
> AG

Andrew


More information about the unit mailing list