Running SSL node.js server with godaddy gd_bundle.crt

前端 未结 4 2037
南笙
南笙 2020-12-28 16:33

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

4条回答
  •  萌比男神i
    2020-12-28 17:34

    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.

提交回复
热议问题