How to set up secure websocket on Meteor app (localhost)

Viewed 586

I used Asteroid as my ddp to connect with my Meteor app as backend. The front end run https and it works perfectly on Chrome. So it actually a consist of two separate apps run independently. But it didn't go well in Safari. Safari block the connection as there are mix/insecure content.

So far I have force-ssl package added to my Meteor app but still no luck. How do I enable wss protocol on my local development machine (localhost)

1 Answers
Related