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

Upgrading from node v16.19.1 to v18.15.0 causes SSL error #47114

Closed
nikbarseghyan opened this issue Mar 16, 2023 · 1 comment
Closed

Upgrading from node v16.19.1 to v18.15.0 causes SSL error #47114

nikbarseghyan opened this issue Mar 16, 2023 · 1 comment
Labels
duplicate Issues and PRs that are duplicates of other issues or PRs. tls Issues and PRs related to the tls subsystem.

Comments

@nikbarseghyan
Copy link

Version

18.15.0

Platform

Windows NT 10.0.19044.0 x64/Debian 11.6 Bullseye

Subsystem

No response

What steps will reproduce the bug?

node export.js ./configs/exports/userExports.json
Everything work when I use node v16.19.1 but when update node lts version(v18.15.0), I got this issue related SSL

RequestError: Error: write EPROTO F0400000:error:0A000152:SSL routines:final_renegotiate:unsafe legacy renegotiation disabled:c:\ws\deps\openssl\openssl\ssl\statem\extensions.c:922

Someone can help solve issue?
Thank you

How often does it reproduce? Is there a required condition?

No response

What is the expected behavior? Why is that the expected behavior?

err

What do you see instead?

ERROR: Stack trace: RequestError: Error: write EPROTO F0400000:error:0A000152:SSL routines:final_renegotiate:unsafe legacy renegotiation disabled:c:\ws\deps\openssl\openssl\ssl\statem\extensions.c:922:

Additional information

No response

@bnoordhuis bnoordhuis added duplicate Issues and PRs that are duplicates of other issues or PRs. tls Issues and PRs related to the tls subsystem. labels Mar 16, 2023
@bnoordhuis
Copy link
Member

Duplicate of #45378, see the discussion in that issue for more info and possible steps you can take to work around it.

@bnoordhuis bnoordhuis closed this as not planned Won't fix, can't repro, duplicate, stale Mar 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate Issues and PRs that are duplicates of other issues or PRs. tls Issues and PRs related to the tls subsystem.
Projects
None yet
Development

No branches or pull requests

2 participants