Unable to start server with https and pfx file #5000
-
Versionv18.4.0 PlatformDarwin MBK-WCV41P7JVM 21.2.0 Darwin Kernel Version 21.2.0: Sun Nov 28 20:28:41 PST 2021; root:xnu-8019.61.5~1/RELEASE_ARM64_T6000 arm64 SubsystemNo response What steps will reproduce the bug?Trying to start https server in an existing code , stopped working after using the latest node on a new Mac M1 ( arm64). I saw another bug where it was suggested to upgrade the pfx file , i upgraded the file and the output of
How often does it reproduce? Is there a required condition?Everytime What is the expected behavior?No response What do you see instead?
Additional informationNo response |
Beta Was this translation helpful? Give feedback.
Replies: 0 comments 3 replies
-
My bad .. just realized Can someone please help me upgrade the legacy cert to a more newer version. My openSSL version is LibreSSL 2.8.3 |
Beta Was this translation helpful? Give feedback.
-
I'll convert this to a discussion, maybe someone knows the answer. |
Beta Was this translation helpful? Give feedback.
-
I fixed the |
Beta Was this translation helpful? Give feedback.
I fixed the
pbeWithSHA1And40BitRC2-CBC
issue by usingopenssl pkcs12 -certpbe aes-256-ces -in decryptedFileName.tmp -export -out newpfxfile.pfx
. This changed thePKCS7 Encrypted Data
.