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
What version of nebula are you using? (nebula -version)
1.8.2
What operating system are you using?
Windows
Describe the Bug
Repro steps:
sign a host certificate
rollback time a little bit
try to start nebula client
Expected:
Some reasonable behavior, e.g. one of the
no error because small time drift is mitigated by nebula-cert setting "not before" to a few minutes prior to now
if "not before" is in the future some short interval away from now, nebula prints a warning, waits for "not before", then resumes connection
nebula returns a descriptive error message (preferably machine readable so the invoker can figure out "not before" value) and exits with some specific error code
Actual:
client exits claiming certificate has expired
Logs from affected hosts
error="nebula certificate for this host is expired"