Skip to main content
Added a space between the prompt and the date command so it didn’t look like a variable
Source Link
jsbillings
  • 24.9k
  • 7
  • 58
  • 58

I had this same issue, but it was because my server's CMOS battery was dead and I had to manually adjust the system time to be accurate for the certificates to be valid. In case anyone else has this problem, and --refresh doesn't help:

Check the time:

$date$ date 

Then adjust the time as necessary:

$date$ date --set="2 OCT 2006 18:00:00" 

I had this same issue, but it was because my server's CMOS battery was dead and I had to manually adjust the system time to be accurate for the certificates to be valid. In case anyone else has this problem, and --refresh doesn't help:

Check the time:

$date 

Then adjust the time as necessary:

$date --set="2 OCT 2006 18:00:00" 

I had this same issue, but it was because my server's CMOS battery was dead and I had to manually adjust the system time to be accurate for the certificates to be valid. In case anyone else has this problem, and --refresh doesn't help:

Check the time:

$ date 

Then adjust the time as necessary:

$ date --set="2 OCT 2006 18:00:00" 
added 182 characters in body
Source Link

I had this same issue, but it was because my server's CMOS battery was dead and I had to manually adjust the system time to be accurate for the certificates to be valid. In case anyone else has this problem, and --refresh doesn't help:

Check the time:

$date 

Then adjust the time as necessary:

$date --set="2 OCT 2006 18:00:00" 

I had this same issue, but it was because my server's CMOS battery was dead and I had to manually adjust the system time to be accurate for the certificates to be valid.

I had this same issue, but it was because my server's CMOS battery was dead and I had to manually adjust the system time to be accurate for the certificates to be valid. In case anyone else has this problem, and --refresh doesn't help:

Check the time:

$date 

Then adjust the time as necessary:

$date --set="2 OCT 2006 18:00:00" 
Source Link

I had this same issue, but it was because my server's CMOS battery was dead and I had to manually adjust the system time to be accurate for the certificates to be valid.