这是本文档旧的修订版!
"Error logging in: SSL handshake failed" when setting up account
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.