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
The error is thrown at https.createServer. Error message:
Error: Unsupported PKCS12 PFX data
at configSecureContext (node:internal/tls/secure-context:290:15)
at Object.createSecureContext (node:_tls_common:114:3)
at Server.setSecureContext (node:_tls_wrap:1490:27)
at Server (node:_tls_wrap:1354:8)
at new Server (node:https:80:3)
at Object.createServer (node:https:135:10)
Any ideas?
The text was updated successfully, but these errors were encountered:
I guess it works if I pass in --openssl-legacy-provider, due to node using openssl 3 instead of 1. But I don't quite get how to make this work in the code above. I tried passing in options with cipher, but still not working.
Hi, I'm currently trying to upgrade an application from node 10.x to node 22.10.0 and the following now fails for me (when it worked in node 10).
The error is thrown at
https.createServer
. Error message:Any ideas?
The text was updated successfully, but these errors were encountered: