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
- function subdomain ssl certs
The generated subdomain isn't getting a valid ssl cert, I was wondering if appwrite automatically generates one or uses a wildcard for *.functions.domain.com? ...
- Whats best practise for Appwrite Cloud?
Appwrite Teams map very nicely to my needs, it is how i group users together. ... I use roles to define permissions. Should I also map a table to each team ? ...
- Error getting preview of file
Rest Response: ``` { "message": "Server Error", "code": 500, "type": "general_unknown", "version": "1.8.1" } ``` Appwrite Logs ``` appwrite ...