Time Synchronization for SSL

sudo apt-get install ntpdate
sudo ntpdate -u ntp.ubuntu.com

It could happen that your SSL Cert is not valid and marked as unsafe when the Time is not synchronized.
The above commands will fix this issue on Linux systems.

Leave a Reply