【已解答】无法安装面板,提示连接被对方重设
为了能快速了解并处理您的问题,请提供以下基础信息:面板、插件版本:11.3.0系统版本:Linux version 4.19.90-89.11.v2401.ky10.x86_64
问题描述:无法安装面板,提示连接被对方重设
相关截图(日志、错误):# if [ -f /usr/bin/curl ];then curl -sSO https://download.bt.cn/install/install_panel.sh;else wget -O install_panel.sh https://download.bt.cn/install/install_panel.sh;fi;bash install_panel.sh ssl251104curl: (35) OpenSSL SSL_connect: 连接被对方重设 in connection to download.bt.cn:443 bash: install_panel.sh: 没有那个文件或目录# ping download.bt.cn
PING download.bt.cn (115.231.130.125) 56(84) bytes of data.
64 bytes from 115.231.130.125 (115.231.130.125): icmp_seq=1 ttl=43 time=37.0 ms
64 bytes from 115.231.130.125 (115.231.130.125): icmp_seq=2 ttl=43 time=31.7 ms
64 bytes from 115.231.130.125 (115.231.130.125): icmp_seq=3 ttl=43 time=31.7 ms
64 bytes from 115.231.130.125 (115.231.130.125): icmp_seq=4 ttl=43 time=31.9 ms
64 bytes from 115.231.130.125 (115.231.130.125): icmp_seq=5 ttl=43 time=31.8 ms
64 bytes from 115.231.130.125 (115.231.130.125): icmp_seq=6 ttl=43 time=31.9 ms
64 bytes from 115.231.130.125 (115.231.130.125): icmp_seq=7 ttl=43 time=32.2 ms
64 bytes from 115.231.130.125 (115.231.130.125): icmp_seq=8 ttl=43 time=31.9 ms
64 bytes from 115.231.130.125 (115.231.130.125): icmp_seq=9 ttl=43 time=31.7 ms
64 bytes from 115.231.130.125 (115.231.130.125): icmp_seq=10 ttl=43 time=31.7 ms
64 bytes from 115.231.130.125 (115.231.130.125): icmp_seq=11 ttl=43 time=32.1 ms
64 bytes from 115.231.130.125 (115.231.130.125): icmp_seq=12 ttl=43 time=31.9 ms
^C
--- download.bt.cn ping statistics ---
12 packets transmitted, 12 received, 0% packet loss, time 11015ms
rtt min/avg/max/mdev = 31.658/32.288/37.046/1.444 ms
连接不到节点,尝试更换其他节点安装
阿珂 发表于 2025-12-11 17:11
连接不到节点,尝试更换其他节点安装
# if [ -f /usr/bin/curl ];then curl -sSO https://cmcc1-node.bt.cn/install/install_panel.sh;else wget -O install_panel.sh https://cmcc1-node.bt.cn/install/install_panel.sh;fi;bash install_panel.sh ed8484bec
curl: (35) OpenSSL SSL_connect: 连接被对方重设 in connection to cmcc1-node.bt.cn:443
bash: install_panel.sh: 没有那个文件或目录
# 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
curl: (6) Could not resolve: hk1-node.bt.cn (Domain name not found)
bash: install_panel.sh: 没有那个文件或目录
# 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
curl: (35) OpenSSL SSL_connect: 连接被对方重设 in connection to cf1-node.aapanel.com:443
bash: install_panel.sh: 没有那个文件或目录
三个都试了,都不行 系统的ssl有问题,参考:
#备份之前的服务器根证书目录
mv /etc/pki/tls/certs/ca-bundle.crt /etc/pki/tls/certs/ca-bundle.crt_backup
#重新创建服务器根证书目录
mkdir -p /etc/pki/tls/certs
#下载新的服务器根证书
wget -O /etc/pki/tls/certs/ca-bundle.crt https://curl.se/ca/cacert.pem --no-check-certificate
#授权
chmod 444 /etc/pki/tls/certs/ca-bundle.crt
页:
[1]