meteor-factory / meteor-admin-lte

23 stars 34 forks source link

got "mixed content - blocked" error message from firefox & chrome #2

Closed miconx closed 9 years ago

miconx commented 9 years ago

GET http://127.0.0.1:3000/packages/mfactory_admin-lte/css/AdminLTE.min.css

and

GET http://127.0.0.1:3000/packages/mfactory_admin-lte/css/skins/skin-blue.min.css

will be blocked on sites which use https ...

mpowaga commented 9 years ago

We are using Meteor.absoluteUrl, maybe your ROOT_URL isn't https?

miconx commented 9 years ago

yes this was the culprit, thanks!

Gibigbig commented 7 years ago

How to change this?