XervoIO / demeteorizer

Converts a Meteor app into a standard Node.js application.
http://npm.im/demeteorizer
MIT License
703 stars 59 forks source link

SSL on demeteorized application #240

Closed yrvlucero closed 7 years ago

yrvlucero commented 7 years ago

I am deploying an app to Windows 2008 r2. How can I add ssl support to my application?

sjmcdowall commented 7 years ago

The same way you'd do it on any other platform -- in general maybe this guide will help? Every situation is specific .. but the end result of a demeteorized app is just a standard node app in the end ...

http://joshowens.me/ssl-and-meteor-js/

fiveisprime commented 7 years ago

Closing this since it's out of scope of demeteorizer. 👍