We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have read the documentation. 我已经阅读了文档。
I'm sure there are no duplicate issues or discussions. 我确定没有重复的issue或讨论。
I'm sure it's due to AList and not something else(such as Network ,Dependencies or Operational). 我确定是AList的问题,而不是其他原因(例如网络,依赖或操作)。
AList
Dependencies
Operational
依赖
操作
I'm sure this issue is not fixed in the latest version. 我确定这个问题在最新版本中没有被修复。
v3.39.1
本机存储
用网页非443端口https访问vps本机存储的文件会指向默认443端口的地址然后报错,特别是443监听了其他web服务,会爆证书错误。
浏览器控制台 Failed to load resource: net::ERR_CERT_COMMON_NAME_INVALID 我这里443是另外一个域名的证书。
无
"site_url": "https://example.io",
"scheme": { "address": "0.0.0.0", "http_port": -1, "https_port": 5244, "force_https": true, "cert_file": "data/f.cer", "key_file": "data/k.key", "unix_file": "", "unix_file_perm": "" },
The text was updated successfully, but these errors were encountered:
在config中域名拼接端口可以暂时解决: "site_url": "https://example.io:5244", 好像不太优雅?
Sorry, something went wrong.
Hello @vecHao, your issue is a duplicate and will be closed. 你好 @vecHao,你的issue是重复的,将被关闭。
No branches or pull requests
Please make sure of the following things
I have read the documentation.
我已经阅读了文档。
I'm sure there are no duplicate issues or discussions.
我确定没有重复的issue或讨论。
I'm sure it's due to
AList
and not something else(such as Network ,Dependencies
orOperational
).我确定是
AList
的问题,而不是其他原因(例如网络,依赖
或操作
)。I'm sure this issue is not fixed in the latest version.
我确定这个问题在最新版本中没有被修复。
AList Version / AList 版本
v3.39.1
Driver used / 使用的存储驱动
本机存储
Describe the bug / 问题描述
用网页非443端口https访问vps本机存储的文件会指向默认443端口的地址然后报错,特别是443监听了其他web服务,会爆证书错误。
浏览器控制台 Failed to load resource: net::ERR_CERT_COMMON_NAME_INVALID 我这里443是另外一个域名的证书。
Reproduction / 复现链接
无
Config / 配置
"site_url": "https://example.io",
"scheme": {
"address": "0.0.0.0",
"http_port": -1,
"https_port": 5244,
"force_https": true,
"cert_file": "data/f.cer",
"key_file": "data/k.key",
"unix_file": "",
"unix_file_perm": ""
},
Logs / 日志
无
The text was updated successfully, but these errors were encountered: