我的rails应用程序无法生成https资产。我已将config.action_controller.asset_host
设置为我的云端资产的https://
版本,但我似乎还是得到了:
Mixed Content: The page at URL was loaded over HTTPS, but requested an insecure font 'http://cloudfront.net/assets/fontawesome-webfont'. This request has been blocked; the content must be served over HTTPS.
我已将cloudfront设置为https only
,但它似乎仍在生成http版本。我可以看到它设置fontAwesomePath
的位置,但我似乎无法找到它被包含在哪里。
我不确定为什么它仍然作为http资源提供,并且会感谢任何建议
备受赞赏
chaddpaul