![](https://cdn.discordapp.com/avatars/166357188271538177/4f8bfb5428cb944ac8ae62acc147496f.webp)
When i try to renew my SSL certificate i get the following error:
TypeScript
appwrite-worker-certificates | Cannot renew domain (appwrite.sundheds-tjek.dk) on attempt no. 13 certificate: You must set a valid security email address (_APP_EMAIL_CERTIFICATES) to issue an SSL certificate.
appwrite-worker-certificates | [Job] (67ab48f5cab852.14195886) failed to run.
appwrite-worker-certificates | [Job] (67ab48f5cab852.14195886) Appwrite\Event\Mail::setRecipient(): Argument #1 ($recipient) must be of type string, null given, called in /usr/src/code/src/Appwrite/Platform/Workers/Certificates.php on line 461
appwrite-worker-certificates | [Error] Type: TypeError
appwrite-worker-certificates | [Error] Message: Appwrite\Event\Mail::setRecipient(): Argument #1 ($recipient) must be of type string, null given, called in /usr/src/code/src/Appwrite/Platform/Workers/Certificates.php on line 461
appwrite-worker-certificates | [Error] File: /usr/src/code/src/Appwrite/Event/Mail.php
appwrite-worker-certificates | [Error] Line: 57
My _APP_SYSTEM_SECURITY_EMAIL_ADDRESS and _APP_SYSTEM_EMAIL_ADDRESS are set to valid emails, which i have always used.
TL;DR
SSL renewal is failing due to a missing security email address. Make sure to set a valid security email address. Recommended threads
- Help Please Account.Create() results in ...
When I try to create a new user with the following code `await _account.Create(userId: "unique()", email: email, password: password);` It hit an exception whic...
- Cloudflare for SaaS not working correctl...
Heyo! My Appwrite is a SaaS hostname. Meaning CNAME's from other Cloudflare accounts properly work and each CNAME is a proxy. However due to this, custom domai...
- Android - Self-Hosted account.get() "nul...
Android (Kotlin) SDK 7.0.0, Self-hosted appwrite version 1.6.0 I'm using Google OAuth2 to log the user in. After they log in, I can see them in the Auth tab in...
![](/images/bgs/pre-footer.png)