Just experienced this issue. Had a look at the WIKI and the forum. Turned out that the date of my Raspberry pi was set to:
\Current default time zone: 'Europe/Amsterdam'
Local time is now: Fri Apr 22 10:50:45 CEST 2016.
Universal Time is now: Fri Apr 22 08:50:45 UTC 2016.
After setting the date to:
/ $ sudo date -s "08/09/2019 17:08"
vr aug 9 17:08:00 CEST 2019
Everything works fine. The admin page is accessible in all browsers.
Trying to set the local time with sudo rasps-config did not help me out. The wrong date kept occurring.
\Current default time zone: 'Europe/Amsterdam'
Local time is now: Fri Apr 22 10:50:45 CEST 2016.
Universal Time is now: Fri Apr 22 08:50:45 UTC 2016.
After setting the date to:
/ $ sudo date -s "08/09/2019 17:08"
vr aug 9 17:08:00 CEST 2019
Everything works fine. The admin page is accessible in all browsers.
Trying to set the local time with sudo rasps-config did not help me out. The wrong date kept occurring.