Reputation: 17024
has anyone looked at accepting HTTPS / SSL connections with meteor?
Apologies.
Specifically: how can I set up meteor to accept and work with HTTPS connections?
Upvotes: 5
Views: 3202
Reputation: 1367
Yes *
HTTPS/SSL
support was added in v0.3.8
source: Github
*Update: Caveats could apply depending on one's use case. See Brett's comment below.
Upvotes: 12
Reputation: 3682
I do not believe you can use ssl certificates with Meteor yet. What you could do is put a node.js based proxy in front of Meteor and handle ssl connections that way.
Upvotes: 3