gpt4 book ai didi

linux - cPanel 安装问题

转载 作者:太空宇宙 更新时间:2023-11-04 05:10:08 25 4
gpt4 key购买 nike

我正在 CentOS 上设置 cPanel,但一直面临这个连接问题。它给出了错误“连接被拒绝”。

我正在开发一个带有代理互联网的系统。

curl -o latest -L https://securedownloads.cpanel.net/latest && sh latest

% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- 0:00:41 --:--:-- 0
curl: (7) Failed connect to securedownloads.cpanel.net:443; Connection refused

更新:我已将虚拟机适配器设置从“NAT”更改为“桥接”仍然面临错误。

curl -o latest -L https://securedownloads.cpanel.net/latest && sh latest
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- 0:03:33 --:--:-- 0
curl: (7) Failed connect to securedownloads.cpanel.net:443; Operation now in progress

最佳答案

检查您的服务器上是否有防火墙阻止连接。对 securedownloads.cpanel.net 执行 ping 操作。

ping securedownloads.cpanel.net

如果 ping 正常,但您仍然收到此错误。您也可以使用 wget。

wget https://securedownloads.cpanel.net/latest && sh latest

如果你没有wget。安装它。

yum install wget -y

关于linux - cPanel 安装问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56488423/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com