You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's possible to set the time by using the Date header in HTTPS requests. While this won't be near as accurate as NTP, it should be plenty good for TLS certificate expiration checks.
See the following links for examples of this method:
It's possible to set the time by using the
Date
header in HTTPS requests. While this won't be near as accurate as NTP, it should be plenty good for TLS certificate expiration checks.See the following links for examples of this method:
The second link is basically a
curl
command and aregex
to extract the date field:This feature would be intended as an alternative to using NTP, so #77 would be nice to have first.
The text was updated successfully, but these errors were encountered: