When people try logging in with Google they get this error:
“When Unable to verify authorization token due to server clock differences. Please try again.”
I’m not sure how to correct the clock. Also how to keep it correct. It was correct two days ago.
What hosting service and what OS are you running on?
Try running ntpdate
and see if it reports a correction, or systemctl restart ntpd
.
Ensure that your server timezone is set to UTC.
Hi. I am on UpCloud running Ubuntu Server 20.04 LTS (Focal Fossa).
Here is the log of what you suggested
Noticed now that it’s not installed. I installed it and it says “no servers can be used, existing”
You might try searching more broadly as you have a systems administration issue rather than a Discourse one. Or maybe open a ticket with upcloud.
Yeah, do a more general search or talk with your provider about how to fix your clock
@Eysteinn_Gudni ntp is corrupt , try to remove ntp then install again
/etc/init.d/ntpd stop
update-rc.d -f ntpd remove
sudo apt-get install ntp
sudo systemctl enable ntpd
check status ntpq -p
It looks like that did the trick. Thank you!
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.