Skip to content

AssertionError in TLS module #22618

Closed
Closed
@tjconcept

Description

@tjconcept
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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    tlsIssues and PRs related to the tls subsystem.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions