Issue
- It is stuck on the “Please register this Jenkins instance” screen.
- WARNING c.c.o.s.p.ConnectedMasterLicenseServerProperty#doCheck: Could not install license key and certificate on client master ClientMaster (cm) because of Subscription is not yet active for another 10 hr
java.security.cert.CertificateNotYetValidException: NotBefore: Mon May 06 10:00:00 PDT 2015
Environment
- CloudBees Jenkins Operations Center 1.1+
Resolution
CloudBees Jenkins Operations Center has to have the correct time otherwise the handshaking (via certificate) will fail. Executing the “date” command on both the Operations Center and on the Client master to verify that the times on both machines are correct.
Example:
From Client Master: #Mon May 06 10:00:00 PDT 2015
From Operations Center: #Mon May 06 20:00:00 PDT 2015
Some linux machines manage the time with the NTP daemon. Double check to make sure that this daemon is running which will update the time of your machine.
1 Comments