We are making a REST call to some external HTTPS URLs from within the NodeJS target.
However, when we try to make the call, the NodeJS application errors out and it restarts.
In the MP logs we see the error titled "Could not generate DH keypair" immediately before the app.js restarts.
Now the question is, is there something that we need to do to have the NodeJS make the calls to HTTPS services? When we issue a curl command to the URL from within the MP it seems to work fine. However from within Node we run into the error situation.
Do we need to upload certificates or get trireme to recognize some certificates on the keystore?
This is an OPDK installation.