https://appleid.apple.com/auth/token 访问不了
从中国访问不了 https://appleid.apple.com/auth/token ,服务端无法完成 Apple 登录
从中国访问不了 https://appleid.apple.com/auth/token ,服务端无法完成 Apple 登录
服务已恢复,确实是苹果的问题,感谢回复
可以 Apple 登录的,验证下 ping 能否通:
ping appleid.apple.com
根据 Apple 的系统状态的报告,似乎曾经有过问题现在好了,如果不幸是在服务中断的时候,那么现在可以试试了。
如果不是上面的问题,就要检查下本机是否有问题,比如,会不会 /etc/hosts 文件被修改过,把 appleid.apple.com 重定向到一个错误的地址了等等;或者 DNS 服务器有问题等等。
第一波,异常开始时间:2021-02-25 18:24:52.718
org.springframework.web.client.ResourceAccessException: I/O error on POST request for "https://appleid.apple.com/auth/token": connect timed out; nested exception is java.net.SocketTimeoutException: connect timed out
第一波,异常恢复时间:2021-02-26 14:18:27.404
第二波,异常开始时间:2021-02-26 17:41:06.410
org.springframework.web.client.ResourceAccessException: I/O error on POST request for "https://appleid.apple.com/auth/token": connect timed out; nested exception is java.net.SocketTimeoutException: connect timed out
第二波,异常恢复时间????
>curl -H "Content-Type: application/json" -X POST "https://appleid.apple.com/auth/token"
curl: (7) Failed to connect to appleid.apple.com port 443: Timed out
https://appleid.apple.com/auth/token 访问不了