Error: System Settings - Update - Initial Error
Current Network Setup
For reasons I don't know it is set to the wrong date. I assume this breaks SSL Encryption. It would explain why my other networked devices are working.
Here are my NTP servers:
My Theory on what went wrong:
Update requires SSL requires accurate time.
I don't know how to fix this.
It could be something else.
Thanks for the help,
CloudLong
Me to ChatGPT:
Response:
Problem: Command not found
Now what? Manual update with file?
I rebooted after an update. My time is off again.
The good news is I found the problem: Wrong date throws off SSL which causes everything to complain.
Error: System Settings - Update - Later ErrorClientConnectorCertificateError
TrueNAS was unable to reach update servers.
Error - Dashboard - NetworkCannot connect to host update.ixsystems.com:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate is not yet valid (_ssl.c:1123)')]: Automatic update check failed. Please check system network settings.
The reporting database is broken
Current Network Setup
- 10 to 60 Mbps ISP Cable
- Modem
- Home WiFi Main
- Ethernet to WiFi Adapter
- Managed Switch (TP-SG108E)
- This Device
Type | Operating System | Availability |
---|---|---|
Desktop | Windows 10 | It is connected over Ethernet to Truenas.com for this forum. |
Laptop | Windows 10 | It can connect to Google. |
NAS | TrueNAS | It issues errors. I can ping 8.8.8.8. I can't update. I can't get the catalog. |
For reasons I don't know it is set to the wrong date. I assume this breaks SSL Encryption. It would explain why my other networked devices are working.
Here are my NTP servers:
My Theory on what went wrong:
Update requires SSL requires accurate time.
I don't know how to fix this.
It could be something else.
Thanks for the help,
CloudLong
Me to ChatGPT:
What is the command to synchronize TrueNAS system time with a reliable time server?
Response:
To synchronize the system time on a TrueNAS system with a reliable time server, you can use the following command:
shell
sudo ntpdate -u <time_server>
Replace <time_server> with the address of a reliable NTP (Network Time Protocol) server. You can choose a suitable time server based on your location and preferences. Here are a few examples of reliable time servers:
Make sure you have administrative privileges or use sudo to execute the command. After running the command, it will initiate the synchronization process and update the system time with the time server's information.
- time.google.com
- pool.ntp.org
Note that the ntpdate command is commonly available on most Unix-like systems, including TrueNAS, but it may not be installed by default. If the command is not found, you can install it using the package manager specific to your TrueNAS distribution.
Problem: Command not found
Now what? Manual update with file?
I rebooted after an update. My time is off again.
The good news is I found the problem: Wrong date throws off SSL which causes everything to complain.