Can support the SSL?
Micjoyce opened this issue · 1 comments
Micjoyce commented
Can support the SSL?
chriswessels commented
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.