Alex C
Alex C

Reputation: 17024

Using SSL / HTTPS with Meteor?

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

Answers (2)

cavalcade
cavalcade

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

Steeve Cannon
Steeve Cannon

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

Related Questions