宝塔用户_xfrupx 发表于 2026-3-3 17:20:35

【待反馈】阿里云美国的服务器安装宝塔就报错

为了能快速了解并处理您的问题,请提供以下基础信息:面板、插件版本:
系统版本:
问题描述:安装宝塔面板
相关截图(日志、错误):# url=https://download.bt.cn/install/install_panel.sh;if [ -f /usr/bin/curl ];then curl -sSO $url;else wget -O install_panel.sh $url;fi;bash install_panel.sh ed8484beccurl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to download.bt.cn:443 bash: install_panel.sh: No such file or directory

大炮运维V587 发表于 2026-3-4 09:56:58

您好,您的服务器像是无法连接到我们下载节点,您到服务器SSH终端里执行下
curl -I https://www.youtube.com/
如果返回代码是200

可能就是当前的DNS无法解析到国内的域名,可以尝试使用下面命令安装
欧美线路:
if [ -f /usr/bin/curl ];then curl -sSO https://cf1-node.aapanel.com/install/install_panel.sh;else wget -O install_panel.sh https://cf1-node.aapanel.com/install/install_panel.sh;fi;bash install_panel.sh ed8484bec
香港线路:
if [ -f /usr/bin/curl ];then curl -sSO https://hk1-node.bt.cn/install/install_panel.sh;else wget -O install_panel.sh https://hk1-node.bt.cn/install/install_panel.sh;fi;bash install_panel.sh ed8484bec
页: [1]
查看完整版本: 【待反馈】阿里云美国的服务器安装宝塔就报错