I am having trouble getting my SSL server working with the certificate\'s from godaddy
Using Express: 3.1.0
Below this works with a key/crt that was
Recently I had a similar problem with Godaddy's SSL certificates on one of our node.js servers. In my case the problem was with one of our servers validating the SSL using PHP's curl functions.
It turns out I had to choose SHA-1 signature algorithm when submitting the CSR to Godaddy. I guess it is more compatible with older systems.