Using SSL / HTTPS with Meteor?

Has anyone looked at receiving HTTPS / SSL connections from a meteor?

I apologize.

In particular: how can I configure a meteorite to receive and work with HTTPS connections?

+5
source share
2 answers

Yes *

Support

HTTPS/SSL was added to v0.3.8

source: github

* Update: reservations may apply depending on one use case. See Brett's comment below.

+12
source

I do not believe that you can use ssl certificates with Meteor. What you can do is put the node.js proxy in front of Meteor and handle the ssl connections this way.

+3
source

All Articles