Unable to make tls1.0 connection via curl to app server running on node.js 18 #49634
Replies: 3 comments 1 reply
-
Converted to a discussion because this feels more like an implicit "help me fix my code" question than a bug report. I can think of several reasons why the handshake fails, all of them configuration issues, none of them node bugs. |
Beta Was this translation helpful? Give feedback.
-
Also,
Error
Any idea? Why is it so? what's the difference? |
Beta Was this translation helpful? Give feedback.
-
fixed in #50186 |
Beta Was this translation helpful? Give feedback.
-
Version
18
Platform
Darwin xxxx 22.6.0 Darwin Kernel Version 22.6.0: Wed Jul 5 22:22:05 PDT 2023; root:xnu-8796.141.3~6/RELEASE_ARM64_T6000 x86_64
Subsystem
No response
What steps will reproduce the bug?
Success scenario
Client/Curl
Server running on node.js 16 in local
Failed scenario
Client/Curl
Server running on node.js 18 in local - with SECLEVEL=0 in ciphers
Some of the server configuration
Note: It works fine when i used ssl resumption using pre-generated session keys
How often does it reproduce? Is there a required condition?
No response
What is the expected behavior? Why is that the expected behavior?
Curl requests should be successful without making any changes on client side.
What do you see instead?
Curl request fails
Additional information
No response
Beta Was this translation helpful? Give feedback.
All reactions