You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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?
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
The text was updated successfully, but these errors were encountered: