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.
This happened identically on two processes running for several weeks. They had a mutual TLS connection over
localhost(using thetlsmodule) 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.