Skip to content

tls 1.3 support #367

Description

@simllll

right now tls 1.3 support is not working,
to workaround any issues (especially windows 11, update 22h2)
you can disable tls 1.3 for now by setting inside config.js

certificate: {
...other configs...
                secureProtocol: 'TLSv1_2_method'
}

for implementation details see see https://datatracker.ietf.org/doc/rfc9190/ especially point 2.3. Key Hierarchy

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions