Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using SSL / HTTPS with Meteor?

Tags:

https

ssl

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?

like image 503
Alex C Avatar asked May 15 '12 18:05

Alex C


2 Answers

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.

like image 175
cavalcade Avatar answered Sep 28 '22 20:09

cavalcade


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.

like image 26
Steeve Cannon Avatar answered Sep 28 '22 18:09

Steeve Cannon