Facing Error for forge Deploy " write EPROTO 38240000:error:0A000152:SSL routines:final_renegotiate:unsafe legacy renegotiation disabled"

Hi Team,

I am facing below issue while deploying forge app using forge deploy command.

forge deploy
(node:6124) [DEP0040] DeprecationWarning: The punycode module is deprecated. Please use a userland alternative instead.
(Use node --trace-deprecation ... to show where the warning was created)
Warning: Forge CLI supports Node.js 18.x or 20.x.
Unsupported Node.js versions are not guaranteed to work correctly.

error: [LaunchDarkly] network error (Error: write EPROTO 38240000:error:0A000152:SSL routines:final_renegotiate:unsafe legacy renegotiation disabled:c:\ws\deps\openssl\openssl\ssl\statem\extensions.c:922:
)

Error: request to GraphQL Gateway failed, reason: write EPROTO 38240000:error:0A000152:SSL routines:final_renegotiate:unsafe legacy renegotiation disabled:c:\ws\deps\openssl\openssl\ssl\statem\extensions.c:922:

Rerunning the command with --verbose may give more details.

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

Based on the log, I’d first try upgrading your Node.js version to one not past its end of life (I assume it’s old, at least). And then try running forge deploy --verbose to see what it says.

1 Like