cloud9 上的 Meteor Http 和 https 块

Meteor Http and https block on cloud9

我在 cloud9 上安装了我的流星应用 运行。我安装了 AdminLTE。当 运行 我本地主机上的应用程序时,一切都很好。 运行 在 cloud9-IDE 上我收到以下与 AdminLTE 包相关的浏览器错误:

Mixed Content: The page at 'https://app-user.c9users.io/' 
was loaded over HTTPS, but requested an insecure stylesheet 
'http://0.0.0.0:8080/packages/mfactory_admin-lte/css/AdminLTE.min.css'. 
This request has been blocked; the content must be served over HTTPS.
'http://0.0.0.0:8080/packages/mfactory_admin-lte/css/skins/skin-green.min.css'.
This request has been blocked; the content must be served over HTTPS.

我该如何纠正这个问题?我在与通过 https 访问 http 相关的地方变红了。说到https,我有点无能为力。有什么想法吗?

找到解决方案。必须强制环境变量。 因此 运行 应用程序:

 ROOT_URL="https://app-username.c9users.io/" meteor --port $IP:$PORT