hagopj13 / node-express-boilerplate

A boilerplate for building production-ready RESTful APIs using Node.js, Express, and Mongoose
MIT License
6.99k stars 2.05k forks source link

SSL certificate support should be added. #182

Open karakusnavy opened 2 years ago

karakusnavy commented 2 years ago

There is no Express SSL certificate in the project. How can i did?

trasherdk commented 2 years ago

You should have TLS termination in a proxy in front of this thing.