treflehq / trefle-api

🍀 Trefle is a botanical JSON REST API for plants species, allowing you to search and query over all the registered species, and build the next gardening apps and farming robots.
https://trefle.io
GNU Affero General Public License v3.0
488 stars 51 forks source link

Certificate expired #117

Closed smackthat closed 10 months ago

smackthat commented 11 months ago

Describe the bug All the API calls to server return an error: the server certificate has expired:

{
    "message": "request to https://trefle.io/api/v1/plants?zone_id=ALG&order[common_name]=asc&token=TOKEN&page=1 failed, reason: certificate has expired",
    "type": "system",
    "errno": "CERT_HAS_EXPIRED",
    "code": "CERT_HAS_EXPIRED"
}

Can you issue a new certificate? Thank you.