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
- Appwrite-injected variables are not avai...
I am using rust-1.83 as a runtime and try to access APPWRITE_FUNCTION_API_ENDPOINT or APPWRITE_FUNCTION_API_KEY during runtime. Both are not set during my execu...
- Appwrite (Dart SDK) (for package_info_pl...
Hi team! Many Flutter plugins now need package_info_plus 10.x and device_info_plus 13.x, but appwrite 25.4.0 still constrains package_info_plus: >=8.0.2 <10.0...
- OAuth Missing redirect URL
Hello all, on a Flutter mobile app with latest Appwrite dependency (25.4.0) I always got "Missing redirect URL" - "Your OAuth login flow is missing a proper red...