开启tls报错,结果他提示权限不足 #675
Unanswered
shandongtlb
asked this question in
Q&A
Replies: 1 comment 3 replies
-
https://www.geeksforgeeks.org/how-to-resolve-permission-denied-error-on-ubuntu-debian/ |
Beta Was this translation helpful? Give feedback.
3 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.
-
问题描述
当我运行命令
aliyundrive-webdav -r “token” --host 127.0.0.1 --port 9300 --auth-user admin --auth-password wang0416 --tls-key ./cert.key --tls-cert ./cert.pem
它提示报错 Error: Permission denied (os error 13)
如果不加--tls-key和--tls-cert则可以正常运行
重现步骤
运行aliyundrive-webdav -r “token” --host 127.0.0.1 --port 9300 --auth-user admin --auth-password wang0416 --tls-key ./cert.key --tls-cert ./cert.pem
版本
1.10.4
运行平台
linux阿里云ecs ubuntu20
refresh token 获取方式
网页版
日志
Checking target-arch... x86_64-unknown-linux-gnu
Checking current version... v1.10.4
Checking latest released version... 2022-12-20T17:09:59.057552Z DEBUG reqwest::connect: starting new connection: https://api.github.com/
2022-12-20T17:09:59.757573Z WARN aliyundrive_webdav: failed to check for update: NetworkError: api request failed with status: 401 - for: "https://api.github.com/repos/messense/aliyundrive-webdav/releases/latest"
2022-12-20T17:09:59.757971Z DEBUG reqwest::connect: starting new connection: https://auth.aliyundrive.com/
2022-12-20T17:09:59.893069Z INFO aliyundrive_webdav::drive: refresh token succeed refresh_token=nick_name=
2022-12-20T17:09:59.894510Z INFO aliyundrive_webdav::drive: found default drive drive_id=
2022-12-20T17:09:59.894880Z DEBUG aliyundrive_webdav::vfs: dir cache initialized
2022-12-20T17:09:59.895761Z DEBUG aliyundrive_webdav: aliyundrive file system initialized
2022-12-20T17:09:59.895925Z DEBUG aliyundrive_webdav: webdav handler initialized read_buffer_size=auto_index=false
Error: Permission denied (os error 13)
Beta Was this translation helpful? Give feedback.
All reactions