im getting error when executing ssl
TypeScript
appwrite-worker-certificates | [Job] Received Job (67bfb1dc953401.66385800).
appwrite-worker-certificates | Cannot renew domain (api.pakitz.site) on attempt no. 1 certificate: Renew isn't required.
appwrite-worker-certificates | [Job] (67bfb1dc953401.66385800) failed to run.
appwrite-worker-certificates | [Job] (67bfb1dc953401.66385800) Renew isn't required.
appwrite-worker-certificates | [Error] Type: Exception
appwrite-worker-certificates | [Error] Message: Renew isn't required.
appwrite-worker-certificates | [Error] File: /usr/src/code/src/Appwrite/Platform/Workers/Certificates.php
appwrite-worker-certificates | [Error] Line: 152
TL;DR
SSL error message is due to a renewal not being required for the certificate. A suggestion is to check the appwrite instance using HTTPS.The error says "Renew isn't required" it means the certificate was generated already and it's valid, have tried to check your appwrite instance using https?
Recommended threads
- hi guys! my site is not accesible in my ...
- MongoDb Database Breaks integer[] & bigi...
I've got a table with the below column created. When I try to insert the value `[-3408048000]` into it, the dart sdk cloud function call is successful (no error...
- Delete on cascade from Cloud Function
I'm writing a Python function that deletes a user's main row from a table in my database. This row has relationships with other tables that use cascade deletion...