root@nana:~# curl https://rclone.org/install.sh | sudo bash
% Total % Received % XferdAverage Speed Time Time TimeCurrent
DloadUpload Total Spent LeftSpeed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (60) SSL certificate problem: certificate has expired
More details here: https://curl.haxx.se/docs/sslcerts.html
curl performs SSL certificate verification by default, using a "bundle"
of Certificate Authority (CA) public keys (CA certs). If the default
bundle file isn't adequate, you can specify an alternate file
using the --cacert option.
If this HTTPS server uses a certificate signed by a CA represented in
the bundle, the certificate verification probably failed due to a
problem with the certificate (it might be expired, or the name might
not match the domain name in the URL).
If you'd like to turn off curl's verification of the certificate, use
the -k (or --insecure) option.
HTTPS-proxy has similar options --proxy-cacert and --proxy-insecure.
热议
2楼 Lish 10小时前
apt install -y ca-certificates
3楼 namls 10小时前
apt install -y ca-certificates
apt也装不上啊
4楼 Lish 9小时前
curl -k https://rclone.org/install.sh | sudo bash
5楼 namls 9小时前
curl -k https://rclone.org/install.sh | sudo bash
一样报错
6楼 Lish 9小时前
那就没办法啦,
7楼 Lish 9小时前
curl --insecure https://rclone.org/install.sh | sudo bash
这个呢,如果还不行就真的没办法了
8楼 namls 3小时前
curl --insecure https://rclone.org/install.sh | sudo bash
这个呢,如果还不行就真的没办法了 ...
报错
9楼 MoeWang 3小时前
看起来是群晖的dsm缺少证书链
10楼 Laoliu 3小时前
wget 。。。或者直接 vi install.sh 手动丢进去
申明:本文内容由网友收集分享,仅供学习参考使用。如文中内容侵犯到您的利益,请在文章下方留言,本站会第一时间进行处理。
