# x509 Certificate has expired or is not yet valid

This problem is commonly caused by either a missing root certificate on the client computer or a firewall which is blocking the certificate.

The Windows OS may not be receiving updates to its trusted root certificates. This issue is more common on older operating systems, Server 2012 R2 and older.

Updated root certificates may be missing on this device and you will need to add the new root certificate to the device's trusted certificate store.

#### **Resolution:**

* You can download a copy of the root certificate and install the certificate into the **Local Machine** certificate store.
* eazyBackup uses Let's Encrypt for its server certificates. You can find a copy of the root certificate here: <https://letsencrypt.org/certificates/>
* Download and Install the root certificate to **Local Machine** in the **"Trusted Root Certification Authorities"** directory.

![](https://eazybackup.com/wp-content/uploads/2023/04/root-certificate-store.png)

![](https://eazybackup.com/wp-content/uploads/2023/04/root-certificate-import-wizard.png)

* If your OS already has the root certificate, check your firewall and either add or allow access to the eazyBackup Let's Encrypt Certificate.

***

[eazyBackup](https://eazybackup.com)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.eazybackup.com/troubleshooting/x509-certificate-has-expired-or-is-not-yet-valid.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
