Windows feature that resets system clocks based on random data is wreaking havoc
1–10 of 169 posts
Re: Windows feature that resets system clocks based on random data is wreaking havoc
#2Re: Windows feature that resets system clocks based on random data is wreaking havoc
#3I've seen other services that use https to bootstrap time in case other clocks are unavailable or suspect (or use a limited expiration certificate to authenticate!), it's a bit difficult because you have to ignore or postpone checking certificate expiration when validating the x.509 certificates, parse the http date header, and then presumably check that the date provided is within the time the certificates involved are valid.
[1] https://datatracker.ietf.org/doc/html/draft-mathewson-no-gmt...
Re: Windows feature that resets system clocks based on random data is wreaking havoc
#4One of the annoying consequences is that some parts of the system decide to clean up "old" data. Surely data that has been stale for 50 years can be deleted, right? I cannot imagine the impact of something similar happening on a production server.
Re: Windows feature that resets system clocks based on random data is wreaking havoc
#5The article doesn’t talk about a fix—scary. I know OpenBSD uses a similar SSL-based method for time keeping on startup, but I’ve never experienced an issue like this.
Re: Windows feature that resets system clocks based on random data is wreaking havoc
#6Re: Windows feature that resets system clocks based on random data is wreaking havoc
#7Or just accept that absent NTP, w32time maybe just shouldn't try to set the clock to whatever a circus clown tells it?
This sort of reminds me how there is a buried registry setting to tell w32time to not place the firmware clock at very high stratum in the time sources list which also is just a giant WTF in how those two behaviors were decided on.
Re: Windows feature that resets system clocks based on random data is wreaking havoc
#8Re: Windows feature that resets system clocks based on random data is wreaking havoc
#9Blows my mind that anyone would use Windows on a server.