Tomas Romero
Tomas Romero

Reputation: 8708

Is there a way to redirect all traffic from HTTP to HTTPS on my MeteorJS app deployed on Heroku?

Basically what the title says ;).

I've seen an npm package for Express (https://www.npmjs.org/package/heroku-ssl-redirect), but not for MeteorJS.

Upvotes: 2

Views: 1050

Answers (1)

sdooo
sdooo

Reputation: 1881

Assuming you have configured SSL this package should come handy

meteor add force-ssl

It worked on 0.9.4, I'm not sure it's working now

Upvotes: 7

Related Questions