Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tls 1.3 support #367

Open
simllll opened this issue Feb 6, 2023 · 0 comments
Open

tls 1.3 support #367

simllll opened this issue Feb 6, 2023 · 0 comments

Comments

@simllll
Copy link
Owner

simllll commented Feb 6, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant