v2fly / fhs-install-v2ray

Bash script for installing V2Ray in operating systems such as Debian / CentOS / Fedora / openSUSE that support systemd
GNU General Public License v3.0
6.29k stars 1.46k forks source link

执行报错,以前的为什么不用了? #178

Closed beijibingdong closed 4 years ago

beijibingdong commented 4 years ago
[root@localhost v2ray]# bash <(curl -L https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-release.sh)
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (60) SSL certificate problem: self signed certificate in certificate chain
More details here: https://curl.haxx.se/docs/sslcerts.html

curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.
IceCodeNew commented 4 years ago

SSL certificate problem: self signed certificate in certificate chain

删除掉系统上任何非发行版随附的根证书,或者 fork 本项目自行修改脚本中传递给 curl 的参数,让它不要检查证书。 这是你自己本地系统搞出的问题。

beijibingdong commented 4 years ago

谢谢