cloud9上的Meteor Http和https块

cloud9上的Meteor Http和https块,meteor,https,cloud9-ide,adminlte,Meteor,Https,Cloud9 Ide,Adminlte,我的meteor应用程序在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/mf

我的meteor应用程序在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