这是本文档旧的修订版!
设置帐户时出现“登录错误:SSL 握手失败”
Your device has probably set wrong date and time, which somehow affect the connection to SSL secured server. The solution is to set the correct date & time.
- Connect to your device via SSH (see ssh)
- Check if the date is incorrectly set
$ date
- If not, update it (e.g. use UTC time from http://currentmillis.com)
$ date -s "2017-12-11 12:00:00" $ hwclock --systohc $ reboot
Try to setup the account, it should work fine now.