Node is failing to create a secure context for SSL communications.
Specifically, I\'m trying to get remote notifications to work on iOS. I use a module, called node-
The following command will generate an unencrypted key, so you won't need to provide a passphrase:
openssl rsa -in yourKey.key -out newKey.key
This command will prompt you for the passphrase.