将HTTP流量重定向到HTTPS

将HTTP流量重定向到HTTPS

本文介绍了将HTTP流量重定向到HTTPS的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好

我正在使用Gunicorn运行自定义docker映像. +应用程序服务上的Dango.我希望Django处理HTTP到HTTPS的重定向-https://docs.djangoproject.com/en/2.0/ref/settings/#secure-ssl-redirect-但我遇到了无限重定向.

I am running a Custom docker image with Gunicorn  + Dango on App Service. I would like Django to handle the HTTP to HTTPS redirect - https://docs.djangoproject.com/en/2.0/ref/settings/#secure-ssl-redirect - but I experience infinite redirects. 

看起来我需要设置SECURE_PROXY_SSL_HEADER,但是我找不到哪个头提供了该信息.推荐的方法是什么?

It looks like I need to set SECURE_PROXY_SSL_HEADER but I can't find which header gives that information. What is the recommended approach?

谢谢

Pierre

推荐答案


这篇关于将HTTP流量重定向到HTTPS的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-12 20:01