当前位置:论坛首页 > Linux面板 > 求助

【已完成】登录界面一直转圈,不知道什么原因

发表在 Linux面板2023-3-13 11:45 [复制链接] 8 2216

本帖最后由 堡塔运维小林 于 2023-10-10 19:51 编辑

Traceback (most recent call last):
  File "/www/server/panel/pyenv/lib/python3.7/site-packages/requests/adapters.py                                                                              ", line 449, in send
    timeout=timeout
  File "/www/server/panel/pyenv/lib/python3.7/site-packages/urllib3/connectionpo                                                                              ol.py", line 725, in urlopen
    method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
  File "/www/server/panel/pyenv/lib/python3.7/site-packages/urllib3/util/retry.p                                                                              y", line 439, in increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='www.bt.cn', port=443                                                                              ): Max retries exceeded with url: /api/v2/user/wx_web/info (Caused by SSLError(S                                                                              SLError(1, '[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1091)')))


使用道具 举报 只看该作者 回复
发表于 2023-3-13 11:53:02 | 显示全部楼层
您好!根据以下方法,修复一下连接我司节点,不要在宝塔面板自带的终端里面执行
https://www.bt.cn/bbs/thread-87257-1-1.html
尝试过以上方法后还是连接不上的话,您在命令行逐行执行以下命令截图发到帖子里,这边看下命令执行结果
  1. ping www.bt.cn
  2. curl -v https://api.bt.cn
  3. curl -v www.baidu.com
  4. curl -s -m 5 http://download.bt.cn/tools/btcheck.sh|bash
  5. history | grep sh
复制代码
使用道具 举报 回复 支持 反对
发表于 2023-3-13 13:53:13 | 显示全部楼层
--------------e--- /www/server/panel/install/public.sh
--------------e--- /www/server/panel/data/userInfo.json
--------------e--- /www/server/panel/data/plugin_bin.pl
--------------e--- /www/server/panel/data/auth_list.json
--------------e--- /www/server/panel/install/check.sh
--------------e--- /www/server/panel/class/public.py
www.bt.cn 302 42.157.129.47
api.bt.cn 200 42.157.129.47

使用道具 举报 回复 支持 反对
发表于 2023-3-13 13:59:00 | 显示全部楼层
堡塔运维向樛木 发表于 2023-3-13 11:53
您好!根据以下方法,修复一下连接我司节点,不要在宝塔面板自带的终端里面执行
https://www.bt.cn/bbs/thr ...

PING www.bt.cn (42.157.129.124) 56(84) bytes of data.
64 bytes from 42.157.129.124 (42.157.129.124): icmp_seq=1 ttl=251 time=35.7 ms
64 bytes from 42.157.129.124 (42.157.129.124): icmp_seq=2 ttl=251 time=35.6 ms
64 bytes from 42.157.129.124 (42.157.129.124): icmp_seq=3 ttl=251 time=35.6 ms
64 bytes from 42.157.129.124 (42.157.129.124): icmp_seq=4 ttl=251 time=35.6 ms
64 bytes from 42.157.129.124 (42.157.129.124): icmp_seq=5 ttl=251 time=35.6 ms
64 bytes from 42.157.129.124 (42.157.129.124): icmp_seq=6 ttl=251 time=35.6 ms
64 bytes from 42.157.129.124 (42.157.129.124): icmp_seq=7 ttl=251 time=35.9 ms
64 bytes from 42.157.129.124 (42.157.129.124): icmp_seq=8 ttl=251 time=46.6 ms
64 bytes from 42.157.129.124 (42.157.129.124): icmp_seq=9 ttl=251 time=35.6 ms
64 bytes from 42.157.129.124 (42.157.129.124): icmp_seq=10 ttl=251 time=35.6 ms
64 bytes from 42.157.129.124 (42.157.129.124): icmp_seq=11 ttl=251 time=35.6 ms
64 bytes from 42.157.129.124 (42.157.129.124): icmp_seq=12 ttl=251 time=35.6 ms
64 bytes from 42.157.129.124 (42.157.129.124): icmp_seq=13 ttl=251 time=35.6 ms
64 bytes from 42.157.129.124 (42.157.129.124): icmp_seq=14 ttl=251 time=35.6 ms
64 bytes from 42.157.129.124 (42.157.129.124): icmp_seq=15 ttl=251 time=36.0 ms
64 bytes from 42.157.129.124 (42.157.129.124): icmp_seq=16 ttl=251 time=35.7 ms
64 bytes from 42.157.129.124 (42.157.129.124): icmp_seq=17 ttl=251 time=35.5 ms
64 bytes from 42.157.129.124 (42.157.129.124): icmp_seq=18 ttl=251 time=35.6 ms
64 bytes from 42.157.129.124 (42.157.129.124): icmp_seq=19 ttl=251 time=35.5 ms
64 bytes from 42.157.129.124 (42.157.129.124): icmp_seq=20 ttl=251 time=35.7 ms
64 bytes from 42.157.129.124 (42.157.129.124): icmp_seq=21 ttl=251 time=35.6 ms
e64 bytes from 42.157.129.124 (42.157.129.124): icmp_seq=22 ttl=251 time=35.6 ms
64 bytes from 42.157.129.124 (42.157.129.124): icmp_seq=23 ttl=251 time=35.6 ms
^C
--- www.bt.cn ping statistics ---
23 packets transmitted, 23 received, 0% packet loss, time 22085ms
rtt min/avg/max/mdev = 35.596/36.161/46.665/2.255 ms
使用道具 举报 回复 支持 反对
发表于 2023-3-13 13:59:49 | 显示全部楼层
堡塔运维向樛木 发表于 2023-3-13 11:53
您好!根据以下方法,修复一下连接我司节点,不要在宝塔面板自带的终端里面执行
https://www.bt.cn/bbs/thr ...

* Rebuilt URL to: https://api.bt.cn/
*   Trying 42.157.129.47...
* TCP_NODELAY set
* Connected to api.bt.cn (42.157.129.47) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
*   CAfile: /etc/ssl/certs/ca-certificates.crt
  CApath: /etc/ssl/certs
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* TLSv1.3 (IN), TLS handshake, Server hello (2):
* TLSv1.3 (IN), TLS Unknown, Certificate Status (22):
* TLSv1.3 (IN), TLS handshake, Unknown (8):
* TLSv1.3 (IN), TLS Unknown, Certificate Status (22):
* TLSv1.3 (IN), TLS handshake, Certificate (11):
* TLSv1.3 (IN), TLS Unknown, Certificate Status (22):
* TLSv1.3 (IN), TLS handshake, CERT verify (15):
* TLSv1.3 (IN), TLS Unknown, Certificate Status (22):
* TLSv1.3 (IN), TLS handshake, Finished (20):
* TLSv1.3 (OUT), TLS change cipher, Client hello (1):
* TLSv1.3 (OUT), TLS Unknown, Certificate Status (22):
* TLSv1.3 (OUT), TLS handshake, Finished (20):
* SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384
* ALPN, server accepted to use h2
* Server certificate:
*  subject: C=CN; ST=\U5E7F\U4E1C\U7701; O=\U5E7F\U4E1C\U5821\U5854\U5B89\U5168\U6280\U672F\U6709\U9650\U516C\U53F8; CN=*.bt.cn
*  start date: Sep  7 00:00:00 2022 GMT
*  expire date: Oct  8 23:59:59 2023 GMT
*  subjectAltName: host "api.bt.cn" matched cert's "*.bt.cn"
*  issuer: C=CN; O=sslTrus; CN=sslTrus (RSA) OV CA
*  SSL certificate verify ok.
* Using HTTP2, server supports multi-use
* Connection state changed (HTTP/2 confirmed)
* Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0
* TLSv1.3 (OUT), TLS Unknown, Unknown (23):
* TLSv1.3 (OUT), TLS Unknown, Unknown (23):
* TLSv1.3 (OUT), TLS Unknown, Unknown (23):
* Using Stream ID: 1 (easy handle 0x55bc58902640)
* TLSv1.3 (OUT), TLS Unknown, Unknown (23):
> GET / HTTP/2
> Host: api.bt.cn
> User-Agent: curl/7.58.0
> Accept: */*
>
* TLSv1.3 (IN), TLS Unknown, Certificate Status (22):
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
* TLSv1.3 (IN), TLS Unknown, Certificate Status (22):
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
* TLSv1.3 (IN), TLS Unknown, Unknown (23):
* Connection state changed (MAX_CONCURRENT_STREAMS updated)!
* TLSv1.3 (OUT), TLS Unknown, Unknown (23):
* TLSv1.3 (IN), TLS Unknown, Unknown (23):
< HTTP/2 200
< server: nginx
< date: Mon, 13 Mar 2023 05:50:01 GMT
< content-type: text/html; charset=utf-8
< vary: Accept-Encoding
< strict-transport-security: max-age=31536000
<
* Connection #0 to host api.bt.cn left intact
使用道具 举报 回复 支持 反对
发表于 2023-3-13 14:00:20 | 显示全部楼层
堡塔运维向樛木 发表于 2023-3-13 11:53
您好!根据以下方法,修复一下连接我司节点,不要在宝塔面板自带的终端里面执行
https://www.bt.cn/bbs/thr ...

* Rebuilt URL to: www.baidu.com/
*   Trying 110.242.68.4...
* TCP_NODELAY set
* Connected to www.baidu.com (110.242.68.4) port 80 (#0)
> GET / HTTP/1.1
> Host: www.baidu.com
> User-Agent: curl/7.58.0
> Accept: */*
>
< HTTP/1.1 200 OK
< Accept-Ranges: bytes
< Cache-Control: private, no-cache, no-store, proxy-revalidate, no-transform
< Connection: keep-alive
< Content-Length: 2381
< Content-Type: text/html
< Date: Mon, 13 Mar 2023 05:50:16 GMT
< Etag: "588604c1-94d"
< Last-Modified: Mon, 23 Jan 2017 13:27:29 GMT
< Pragma: no-cache
< Server: bfe/1.0.8.18
< Set-Cookie: BDORZ=27315; max-age=86400; domain=.baidu.com; path=/
<
<!DOCTYPE html>
<!--STATUS OK--><html> <head><meta http-equiv=content-type content=text/html;charset=utf-8><meta http-equiv=X-UA-Compatible content=IE=Edge><meta content=always name=referrer><link rel=stylesheet type=text/css href=http://s1.bdstatic.com/r/www/cache/bdorz/baidu.min.css><title>百度一下,你就知道</title></head> <body link=#0000cc> <div id=wrapper> <div id=head> <div class=head_wrapper> <div class=s_form> <div class=s_form_wrapper> <div id=lg> <img hidefocus=true src=//www.baidu.com/img/bd_logo1.png width=270 height=129> </div> <form id=form name=f action=//www.baidu.com/s class=fm> <input type=hidden name=bdorz_come value=1> <input type=hidden name=ie value=utf-8> <input type=hidden name=f value=8> <input type=hidden name=rsv_bp value=1> <input type=hidden name=rsv_idx value=1> <input type=hidden name=tn value=baidu><span class="bg s_ipt_wr"><input id=kw name=wd class=s_ipt value maxlength=255 autocomplete=off autofocus></span><span class="bg s_btn_wr"><input type=submit id=su value=百度一下 class="bg s_btn"></span> </form> </div> </div> <div id=u1> <a href=http://news.baidu.com name=tj_trnews class=mnav>新闻</a> <a href=http://www.hao123.com name=tj_trhao123 class=mnav>hao123</a> <a href=http://map.baidu.com name=tj_trmap class=mnav>地图</a> <a href=http://v.baidu.com name=tj_trvideo class=mnav>视频</a> <a href=http://tieba.baidu.com name=tj_trtieba class=mnav>贴吧</a> <noscript> <a href=http://www.baidu.com/bdorz/login.gif?login&amp;tpl=mn&amp;u=http%3A%2F%2Fwww.baidu.com%2f%3fbdorz_come%3d1 name=tj_login class=lb>登录</a> </noscript> <script>document.write('<a href="http://www.baidu.com/bdorz/login.gif?login&tpl=mn&u='+ encodeURIComponent(window.location.href+ (window.location.search === "" ? "?" : "&")+ "bdorz_come=1")+ '" name="tj_login" class="lb">登录</a>');</script> <a href=//www.baidu.com/more/ name=tj_briicon class=bri style="display: block;">更多产品</a> </div> </div> </div> <div id=ftCon> <div id=ftConw> <p id=lh> <a href=http://home.baidu.com>关于百度</a> <a href=http://ir.baidu.com>About Baidu</a> </p> <p id=cp>&copy;2017&nbsp;Baidu&nbsp;<a href=http://www.baidu.com/duty/>使用百度前必读</a>&nbsp; <a href=http://jianyi.baidu.com/ class=cp-feedback>意见反馈</a>&nbsp;京ICP证030173号&nbsp; <img src=//www.baidu.com/img/gs.gif> </p> </div> </div> </div> </body> </html>
* Connection #0 to host www.baidu.com left intact
You have new mail in /var/mail/root
使用道具 举报 回复 支持 反对
发表于 2023-3-13 14:00:51 | 显示全部楼层
堡塔运维向樛木 发表于 2023-3-13 11:53
您好!根据以下方法,修复一下连接我司节点,不要在宝塔面板自带的终端里面执行
https://www.bt.cn/bbs/thr ...

--------------e--- /www/server/panel/install/public.sh
--------------e--- /www/server/panel/data/userInfo.json
--------------e--- /www/server/panel/data/plugin_bin.pl
--------------e--- /www/server/panel/data/auth_list.json
--------------e--- /www/server/panel/install/check.sh
--------------e--- /www/server/panel/class/public.py
www.bt.cn 302 42.157.129.47
api.bt.cn 200 42.157.129.47
请将以上所有内容截图完整上传宝塔论坛或发送给宝塔运维
使用道具 举报 回复 支持 反对
发表于 2023-3-13 14:01:39 | 显示全部楼层
堡塔运维向樛木 发表于 2023-3-13 11:53
您好!根据以下方法,修复一下连接我司节点,不要在宝塔面板自带的终端里面执行
https://www.bt.cn/bbs/thr ...

root@VM-8-3-ubuntu:~# history | grep sh
    6  2023-03-11 20:54:07 curl -fsSL https://orcaterm-1258344699.cos.ap-shanghai.myqcloud.com/linux/install.sh | bash -s -- --check
   32  2023-03-12 12:03:21 vim ~/.bashrc
   33  2023-03-12 12:08:37 source ~/.bashrc
   43  2023-03-12 12:44:49 vim /etc/ssh/sshd_config
   44  2023-03-12 12:46:40 service sshd restart
   45  2023-03-12 12:49:33 vim /etc/ssh/sshd_config
   48  2023-03-12 12:54:31 vim /etc/ssh/sshd_config
   50  2023-03-12 12:55:49 vim /etc/ssh/sshd_config
   51  2023-03-12 13:02:45 service sshd restart
   65  2023-03-12 13:38:33 curl -fsSL https://orcaterm-1258344699.cos.ap-shanghai.myqcloud.com/linux/install.sh | bash -s -- --check
   86  2023-03-12 15:15:10 vim /etc/ssh/sshd_config
   87  2023-03-12 15:16:33 systemctl restart sshd
   88  2023-03-12 15:16:42 sshd -t
   89  2023-03-12 15:16:48 vim /etc/ssh/sshd_config
   90  2023-03-12 15:17:13 systemctl restart sshd
  190  2023-03-13 11:18:47 wget -O install.sh https://download.bt.cn/install/install-ubuntu_6.0.sh && sudo bash install.sh ed8484bec
  208  2023-03-13 11:34:55 curl http://download.bt.cn/install/update_panel.sh|bash
  212  2023-03-13 11:39:32 <div>curl https://download.bt.cn/install/update_panel.sh|bash</div><div></div>
  214  2023-03-13 11:40:06 curl https://download.bt.cn/install/update_panel.sh|bash
  229  2023-03-13 11:57:19 wget http://dl.amh.sh/amh.sh && bash amh.sh
  253  2023-03-13 13:51:03 curl -s -m 5 http://download.bt.cn/tools/btcheck.sh|bash
  254  2023-03-13 13:53:35 history | grep sh
使用道具 举报 回复 支持 反对
发表于 2023-10-10 19:51:12 | 显示全部楼层
宝塔用户_gfbpcz 发表于 2023-3-13 14:01
root@VM-8-3-ubuntu:~# history | grep sh
    6  2023-03-11 20:54:07 curl -fsSL https://orcaterm-125 ...

您好,请问一下您的问题解决了吗?如果还未解决,可以重新发一个帖子去解决该问题,这边先对该贴子结贴了
使用道具 举报 回复 支持 反对
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

企业版年付运维跟进群

普通问题处理

论坛响应时间:72小时

问题处理方式:排队(仅解答)

工作时间:白班:9:00 - 18:00

紧急问题处理

论坛响应时间:10分钟

问题处理方式:1对1处理(优先)

工作时间:白班:9:00 - 18:00

工作时间:晚班:18:00 - 24:00

立即付费处理
快速回复 返回顶部 返回列表