Hacker News new | ask | show | jobs
by viraptor 3421 days ago
Raid battery has nothing to do with the clock. Even the motherboard battery affects the clock only when the machine is turned off. Normal systems connected to the internet will sync to NTP both at boot time and continuously afterwards anyway.

Also the server time doesn't matter for TLS. It's the client that has to verify the certificate validity. (https://tools.ietf.org/html/rfc5246.html#section-7.4.1.2 "Clocks are not required to be set correctly by the basic TLS protocol")

So no, raid battery should have nothing to do with the system clock.

2 comments

This has popped up a couple of times and I never got around to confirming either way. I always went to the trouble of syncing to rule it out before moving on. (sometimes annoying on an isolated test network)

Thanks for taking the time to link the relevant section of the RFC. I'll remember this next time (or at least know where to check quickly ;) )

Okay, that's a good explanation of why this is wrong. Cool!