@byseven求助 火狐打开frp穿透的服务异常 建立安全连接失败 连接到 xx 时发生错误。PR_END_OF_FILE_ERROR 错误代码:PR_END_OF_FILE_ERROR 由于不能验证所收到的数据是否可信,无法显示您想要查看的页面 中发帖

我的服务部署在本地,通过frp穿透到阿里云的小服务器
域名暂时没法到阿里云备案
用的是frp的https2http插件把本地的http服务弄成了https使用1panel申请的免费域名证书
现在的问题是,使用chrome能正常访问网站,使用firefox就死活打不开,在网上这搜一下那搜一下怎么折腾都打不开
这是chrome上打开的效果
[image]
这是firefox
[image]
frpc相关配置
[[proxies]]
name = "alist"
type = "https"
localPort = 5244
subdomain = "alist"
customDomains = ["alist.byseven.us.kg"] # 使用独立域名而非子域名

[proxies.plugin]
type = "https2http"
localAddr = "1...