Sunday 31 December 2017

I built a simple API with Node/Express, what is the most straight forward way to add SSL?

I created a remote API service for a single GET and POST route. The site that uses the GET is on SSL and requires the SSL from my endpoint in order to work. I have never gone through this before and every tutorial I've seen mentions nginx, apache, etc. I am running just Node 6.x with Express where I created a very simple app for the GET/POST methods.What are my options here?

Submitted December 31, 2017 at 06:11PM by evsoul

No comments:

Post a Comment