aliyunpan
aliyunpan copied to clipboard
登陆问题
root@:/home/r# aliyunpan login -RefreshToken=e08696c7be3448aXXXXXXXX Token登录失败: Post "https://auth.aliyundrive.com/v2/account/token": dial tcp 47.92.62.13:443: connect: connection refused 登录失败 扫码也试过了,也是报错这个 实在是不知道咋处理了,尝试过双IP换IP处理但是同样的报错,有啥解决办法嘛巨佬
验证下这台主机能不能ping通阿里云盘
47.92.62.13和https://auth.aliyundrive.com/v2/account/token都可以ping通就很奇怪
啊,又ping了一下 root@s194592:/home/customer# ping auth.aliyundrive.com 443
PING 443 (0.0.1.187) 56(124) bytes of data. --- v6-zb-alibaba-clould.tengine.alibaba.com.gds.alibabadns.com ping statistics --- 2 packets transmitted, 1 received, 50% packet loss, time 999ms rtt min/avg/max/mdev = 183.089/183.089/183.089/0.000 ms
443的口就不通。ping域名不带端口是通的这种情况有的救吗巨佬们
啊,又ping了一下 root@s194592:/home/customer# ping auth.aliyundrive.com 443
PING 443 (0.0.1.187) 56(124) bytes of data. --- v6-zb-alibaba-clould.tengine.alibaba.com.gds.alibabadns.com ping statistics --- 2 packets transmitted, 1 received, 50% packet loss, time 999ms rtt min/avg/max/mdev = 183.089/183.089/183.089/0.000 ms
443的口就不通。ping域名不带端口是通的这种情况有的救吗巨佬们
你telnet一下端口看看,如果telnet连不上肯定是不行了 如果能通应该会出现类似这种信息: $ telnet auth.aliyundrive.com 443 Trying 47.92.62.13... Connected to auth.aliyundrive.com. Escape character is '^]'.
或者出现这种信息: HTTP/1.1 400 Bad Request Date: Fri, 17 Jun 2022 01:14:01 GMT Content-Type: text/html Content-Length: 679 Connection: close Server: Tengine/Aserver Via: minas-alert011193239158.na61[web,400]
这种就说明都是通的
如果有条件可以使用config设置proxy代理试试 config set -proxy http://ip:port
啊,又ping了一下 root@s194592:/home/customer# ping auth.aliyundrive.com 443 PING 443 (0.0.1.187) 56(124) bytes of data. --- v6-zb-alibaba-clould.tengine.alibaba.com.gds.alibabadns.com ping statistics --- 2 packets transmitted, 1 received, 50% packet loss, time 999ms rtt min/avg/max/mdev = 183.089/183.089/183.089/0.000 ms 443的口就不通。ping域名不带端口是通的这种情况有的救吗巨佬们
你telnet一下端口看看,如果telnet连不上肯定是不行了 如果能通应该会出现类似这种信息: $ telnet auth.aliyundrive.com 443 Trying 47.92.62.13... Connected to auth.aliyundrive.com. Escape character is '^]'.
或者出现这种信息: HTTP/1.1 400 Bad Request Date: Fri, 17 Jun 2022 01:14:01 GMT Content-Type: text/html Content-Length: 679 Connection: close Server: Tengine/Aserver Via: minas-alert011193239158.na61[web,400]
这种就说明都是通的
感谢感谢 我去琢磨一下
感觉类似的登录问题会不会是阿里云登录客户端限制的问题。还请大佬给看看
目前知道的是,阿里会对请求进行风控限制,这个也会导致无法登录,但是一般这种隔天就会自己好了
get access token error Post "https://auth.aliyundrive.com/v2/account/token": dial tcp [:400a:f10::1f1]:443: connect: connection refused problem as the title