-
-
Notifications
You must be signed in to change notification settings - Fork 34.2k
Description
Version
18.12.1
Platform
Linux pas 5.10.63-v7+ #1457 SMP Tue Sep 28 11:25:31 BST 2021 armv7l GNU/Linux
Subsystem
at WriteWrap.onWriteComplete [as oncomplete] (node:internal/stream_base_commons:94:16)
What steps will reproduce the bug?
This is a raspberry pi node.js api http server mainly proxied to from nginx http/2 server front ending Chrome browser clients.
There are a few internal processes running on the raspberry pi that are also nodejs based using the http connector directly.
the actual fault printed in the logs is
Error: write EPROTO C0BAF076:error:0A000152:SSL routines:final_renegotiate:unsafe legacy renegotiation disabled:../deps/openssl/openssl/ssl/statem/extensions.c:922:
at WriteWrap.onWriteComplete [as oncomplete] (node:internal/stream_base_commons:94:16) {
errno: -71,
code: 'EPROTO',
syscall: 'write'
}
the process that fails also makes calls to a sqlserver database using the tedious connection to another machine. So I don't know if this an incoming our outgoing connection fail
How often does it reproduce? Is there a required condition?
This is a production system which was upgraded to 18.12.1 last night (from 16.17.0) and has been running all day with the normal 5 or 6 users. The first time it failed was midday today, but then but since about 3:20 this afternoon until now about every 20 minutes.
What is the expected behavior?
no failures
What do you see instead?
The information given above in the logs.
Additional information
No response