从http重定向到https(Pencilblue Elastic Beanstalk)

时间:2017-07-26 10:22:42

标签: javascript http https http-redirect pencilblue

我们正在尝试将所有匹配从 http 重定向到 https 。目前该应用程序部署在弹性beanstalk上,它允许http和https,但我们只需要 https





我尝试过添加 config.js 中的服务器对象进行检查





pb.config.server.ssl .use_x_forwarded&& req.headers [“x-forwarded-proto”]!==“https”





pencilblue.js 中工作,但是它破坏了localhost上的代码以及live。





请你建议一种方法将所有 http 命中重定向到 https





非常感谢。




1 个答案:

答案 0 :(得分:2)

我已经解决了这个问题并得到了解决方案,您可以在use_x_forwarded文件中将config.js设置为true。