You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Bug] After 1.10.22 LTS, accessing the admin panel through Cloudflare's CDN causes it to fail to load properly, and the HTML source code is displayed directly.
#7457
Discussed in #7432
Originally posted by 65003118 December 18, 2024
Contact Information
[email protected]
1Panel Version
v1.10.22-lts
Problem Description
[1Panel在1.10.22lts之后,通过CloudFlare的CDN打开后台无法正常加载,会直接把HTML源码写出来,例如
问题是浏览器没有报错,服务器也没有错误日志,只有再正常不过的访问日志
不通过CLoudFlare,直接SSL是完全没有问题的,所以我推断是CF的问题,但是CF所有的优化关掉和缓存清理掉,也没有用,WAF甚至是空的
但是也不认为是1Panel的问题,毕竟直接SSL完全没问题
1.10.21 lts之前的版本不会有这个问题
总结:
如果你说是CF的问题,那之前的版本没问题
如果你说是1Panel的问题,但是不走CF没问题
如果你说我服务器问题,两台都是这个情况
所以来求助一下开发者,v1.10.21-lts就不会有
Steps to Reproduce
首先使用CloudFlare CDN解析域名 例如A www.xxx.com 11.11.11.11 在11.11.11.11安装v1.10.22-lts的1Panel,通过OpenResty反代1Panel的端口,例如8443,增加安全入口.例如/safe。此时通过www.xxx.com/safe进行访问1Panel入口会打开一个没有任何渲染的HTML文档。
同理,即使使用1Panel自带的安全域名绑定和SSL绑定不会有什么本质区别
The expected correct result
应该正常打开1Panel后台入口
注:
在v1.10.22-lts之前的版本,例如v1.10.21-lts完全是正常的,之后的beta开始出现的问题
如果不通过CF的CDN也不会有这个问题,依然可以正常打开1Panel后台入口
但是CF没有WAF也没有优化,并且之前的版本例如v1.10.21-lts就算有WAF和优化也是正常的,也可以打开入口
Related log output
Additional Information
The text was updated successfully, but these errors were encountered: