Closed
Description
- Version: v10.7.0
- Platform: Linux * 4.9.0-6-amd64 deps: update openssl to 1.0.1j #1 SMP Debian 4.9.88-1+deb9u1 (2018-05-07) x86_64 GNU/Linux
- Subsystem: TLS
assert.js:269
throw err;
^
AssertionError [ERR_ASSERTION]: false == true
at TLSWrap.onhandshakestart (_tls_wrap.js:66:3)
This happened identically on two processes running for several weeks. They had a mutual TLS connection over localhost
(using the tls
module) with regular data between the two. I do not believe any new code paths in the code was triggered, so I assume the bug is timing or leaking related. I can't immediately reproduce it.
I'm sorry I can't provide more details, but at least this is a signal that there's something here.