升级AMH7.1后,无法升级其他组件和软件,升级时提示:
=============================================================
[Linux] AMH 7.1
https://amh.sh
[download amfile-4.0]
=============================================================
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (60) SSL certificate problem: unable to get local issuer certificate
More details here: http://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.
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (7) Couldn't connect to server
[Error] Download Failed: amfile-4.0.tar.gz ()
[Notice] amfile-4.0 upgrade, amfile-4.0 is not exist.
升级AMH7.2也是一样的提示。
=============================================================
[Linux] AMH 7.1
https://amh.sh
[download amh-7.2]
=============================================================
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (60) SSL certificate problem: unable to get local issuer certificate
More details here: http://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.
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (7) Couldn't connect to server
[Error] Download Failed: amh-7.2.tar.gz ()
[Notice] amh-7.2 upgrade, amh-7.2 is not exist.
这个是系统ca证书过旧,无法验证域名,更新下系统的ca证书就好。
老版本的centos系统有这个问题,可以在ssh下载更新,
wget http://code.amh.sh/files/ca-bundle-2024.crt
\cp ca-bundle-2024.crt /etc/pki/tls/cert.pem
\cp ca-bundle-2024.crt /etc/pki/tls/certs/ca-bundle.crt