Replies: 2 comments
-
用openssl生成了crt和key文件,然后用winscp传到路由器tem文件夹下,然后填入证书地址/tmp/server.crt和秘钥地址/tmp/server.key还是不行,提示令牌过期或者不匹配 |
Beta Was this translation helpful? Give feedback.
0 replies
-
之前在电脑上测试,用alist搭好webdav后,用OpenSSL生成crt和key文件,然后用nginx反向代理还成功了,应该不是证书的问题,要么就是阿里云盘webdav不支持OpenSSL,请大佬解答,教我怎么搞,foldersync不支持http,只能https |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
因FolderSync只支持HTTPS,Openwrt搭建的阿里云盘WebDAV为HTTP,不被支持,听说新版本阿里云盘WebDAV添加了HTTPS支持,通过mkcert申请了局域网IP地址的证书rootCA.pem和秘钥rootCA-key.pem,也按照其他地方找的资料,手动修改pem为crt,上传到阿里云盘,再在WebDAV设置里填上证书在云盘的地址,但是填好之后WebDAV就无法运行
Beta Was this translation helpful? Give feedback.
All reactions