Hi, I'm trying to renew my SSL cert for my additional domain, but I keep getting this issue
TypeScript
appwrite-worker-certificates |
appwrite-worker-certificates | Warning: Array to string conversion in /usr/src/code/src/Appwrite/Platform/Workers/Certificates.php on line 343
appwrite-worker-certificates |
appwrite-worker-certificates | Warning: Array to string conversion in /usr/src/code/src/Appwrite/Platform/Workers/Certificates.php on line 343
appwrite-worker-certificates | [Job] (692ef4840cfc75.63906171) failed to run.
appwrite-worker-certificates | [Job] (692ef4840cfc75.63906171) Failed to verify domain DNS records.
appwrite-worker-certificates | [Error] Type: Exception
appwrite-worker-certificates | [Error] Message: Failed to verify domain DNS records.
appwrite-worker-certificates | [Error] File: /usr/src/code/src/Appwrite/Platform/Workers/Certificates.php
appwrite-worker-certificates | [Error] Line: 346
TL;DR
Developers are experiencing issues renewing their SSL certificate for an additional domain due to a failure to verify domain DNS records. The error is caused by array to string conversion in the Certificates.php file. To resolve this issue, developers should check and verify the domain's DNS records.My domain is set up with the cname it asks for, and has previously been working without issue
Recommended threads
- CORS errors in Obsidian custom plugin
Hi, anyone here familiar with obsidian community plugins? In short: it's a local first note app which supports writing your own add-ons / plugin But I keep get...
- Appwrite 1.9.0 doctor fails tho database...
So i was testing in a local environment the upgrade for 1.9.0, and after getting everything into a running state, i checked the logs that shows : ``` └── Cre...
- Failed to start containers.
I'm trying to install Appwrite locally but struck on the subject point. There is no clear error in logs.