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
Platform: Linux mint 4.13.0-41-generic Tracking / Assuring Compatibility #46~16.04.1-Ubuntu SMP Thu May 3 10:06:43 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Subsystem: tls
Per the documentation, it should be possible to provide multiple keys and certificates when creating a secure context. However, when doing so I am receiving the following error message:
Exactly having the same problem. Also test test/parallel/test-tls-multi-key.js is not present, but looking at git history, I have my code exactly the same as the test, with the difference that 1 cert/key pair is signed with a 1024 CA and the other with a 2048 CA.
Per the documentation, it should be possible to provide multiple keys and certificates when creating a secure context. However, when doing so I am receiving the following error message:
Here is my test code:
If I provide only cert1 and key1, or cert2 and key2, the server is created successfully. When both are provided, the server fails to be created.
The text was updated successfully, but these errors were encountered: