xlist icon indicating copy to clipboard operation
xlist copied to clipboard

小米系统xlist无法正常连接~

Open vj23456 opened this issue 2 years ago • 5 comments

Xlist版本:v1.0.12 github下载 手机小米12 MIUI 14.07

症状: 确定alist原生web端可正常使用时, 使用xlist输入登录信息无法正常登录,公网域名、内网ip都做了尝试,报错如下~ 使用https协议时候: telegram-cloud-photo-size-5-6283064321554626050-y

使用http协议时候: telegram-cloud-photo-size-5-6282611120900519873-y

Xlist手机权限设置如下,确定联网权限开启: telegram-cloud-photo-size-5-6282611120900519872-y ** telegram-cloud-photo-size-5-6282611120900519871-y **

vj23456 avatar Aug 23 '23 02:08 vj23456

看错误是自签名证书认证错误了, 目前设置是禁止了自签名的 https 证书, 解决方法有两个:

  1. 替换服务端 https 证书
  2. 使用 http, 不要设置 http 302 跳转到 https

最新的测试版允许了自签名的证书认证, 你可以通过这个地址下载尝试一下, 是否能解决这个问题 https://www.pgyer.com/244f3f38a518b30f8b07775a6c92aeab

cdoco avatar Aug 23 '23 04:08 cdoco

看错误是自签名证书认证错误了, 目前设置是禁止了自签名的 https 证书, 解决方法有两个:

  1. 替换服务端 https 证书
  2. 使用 http, 不要设置 http 302 跳转到 https

最新的测试版允许了自签名的证书认证, 你可以通过这个地址下载尝试一下, 是否能解决这个问题 https://www.pgyer.com/244f3f38a518b30f8b07775a6c92aeab

确实用的 Let's Encrypt 的证书~ alist这玩意自签的比较多吧~

使用测试版本,公网访问https问题依旧,报错日志一样

内网用ip访问http正常

vj23456 avatar Aug 23 '23 14:08 vj23456

Let's Encrypt 的证书应该没有问题啊, 你的证书是不是过期了

cdoco avatar Aug 23 '23 19:08 cdoco

Let's Encrypt 的证书应该没有问题啊, 你的证书是不是过期了

没有的~web都正常

vj23456 avatar Aug 24 '23 16:08 vj23456

b都正常

https://csr.chinassl.net/ssl-checker.html 拿这个检测一下,极有可能是证书正常,但没配好,但是正常又看不出来


借个楼,刚开始我也是这样的,但是解决证书问题后直接401了,提示账密错误

但是账密绝对没有错误,"bad response] the request returned an invalid xx code 401",死循环请求,一直提示

ncdn avatar Sep 08 '23 05:09 ncdn