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
- Issue with oauth on react native
Hello 😀 I'm building an app with expo react native and I was able to connect to my appwrite project. I can see the tableDB and use basic authentication. I hav...
- Does migration to self hosted limited to...
I tried to migrate to self hosted one of my live production database. All is migrated successfully except one table data which contains more than 5k rows...is i...
- Transactions from Android Kotlin client ...
I have a database where I want to create transactions directly in my android client. I can create a transaction with `val tx = tablesDb.createTransaction()`, an...