Can't handshake when doing post requests

Thank you for the detail. I didn't mean to say that it won't run if you don't have ssl. I meant to say that if you have your ssl settings setup in Node, and the private and public certificates don't match, or it can't fetch either file, the server will not run. By "pull in the private and public certificates" I mean that you have to get these certificate files if you want an ssl server, which I gave the directory address to on my server. By completely allows SSL I mean that you can run your server securely or not securely. I choose securely.

2 Likes