SSL routines:final_renegotiate:unsafe legacy renegotiation disabled #2269
Unanswered
shikha-sri
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Chiming in to say that I need a solution for this as well. The API I'm trying to reach is using unsafe legacy renegotiation and I have no way around it. Other HTTP libraries have a way to pass something like |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All,
We are using Node v17.9.0.
We have a function using GOT streams to copy file to a server. We have set
Getting below error in logs-
Error: write EPROTO C047BFCB1D7F0000:error:0A000152:SSL routines:final_renegotiate:unsafe legacy renegotiation disabled:../deps/openssl/openssl/ssl/statem/extensions.c:908:
shikha-runn-1 |
shikha-runn-1 | at WriteWrap.onWriteComplete [as oncomplete] (node:internal/stream_base_commons:94:16)
shikha-runn-1 | "message": "write EPROTO C047BFCB1D7F0000:error:0A000152:SSL routines:final_renegotiate:unsafe legacy renegotiation disabled:../deps/openssl/openssl/ssl/statem/extensions.c:908:\n",
shikha-runn-1 | "errno": -71,
shikha-runn-1 | "code": "EPROTO",
shikha-runn-1 | "syscall": "write"
Any leads would be highly appreciated.
Thanks!!
Beta Was this translation helpful? Give feedback.
All reactions