MUPX and SSL Problem

Hi,

My site runs on https but it does not run on http.

I’ve followed the instructions on mupx for SSL and setup, deployment and starting were successful.

Is there any fix to this? Like directing all http to https? How do we do it through mupx?

The force-ssl package is what you want.

meteor add force-ssl

It worked perfectly. Thanks!