faq:ssl_handshake_failed
"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 Access)
- 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.
faq/ssl_handshake_failed.txt · Last modified: 2023/02/19 00:12 by 127.0.0.1