acemtp
acemtp

Reputation: 3019

How to add SSL on a custom domain Meteor app?

meteor.com handles ssl by default by just adding https://

But when using meteor.com with a custom domain using origin.meteor.com CNAME, the https:// then give me this chrome warning:

http://clip2net.com/s/4NDmdR

Upvotes: 3

Views: 358

Answers (1)

adrianj98
adrianj98

Reputation: 573

If you want to have a certified ssl certificate with your domain you will have to host it yourself. Each domain must have there own certificate. It would be very hard for them to get around this. This not unique to meteor but any shared hosting.

Upvotes: 2

Related Questions