我有一个 6.2 版的红帽 linux 服务器,并且刚刚在上面安装了 httpd 服务器。在其上部署 DJango 应用程序后,我发现对服务器的 http 请求会自动重定向到 https,如下所示。我仔细检查了我的 httpd.conf 并 100% 确定我没有配置任何像 443 这样的端口并且没有安装 mod_ssl(已安装但之后删除)。
这听起来很奇怪,我花了很多时间,但没有运气。
>wget http://myserver
Connecting to xx.xx.xxx.xxx ....connected.
HTTP request sent, awaiting response... 301 MOVED PERMANTENTLY
Location: https://xx.xx.xxx.xxx/ [following]
connecting to xx.xx.xxx.xxx:443...failed: Connection refueds.