chriswessels/meteor-tupperware

Can support the SSL?

Micjoyce opened this issue · 1 comments

Can support the SSL?

SSL is outside the scope of this project. You should place a load balancer/reverse proxy in front of the Meteor container to terminate SSL. Node should not be used to terminate SSL as it uses a single threaded event loop and crypto is computationally intensive and will block the event loop.