
Is there a problem,
docker compose exec appwrite ssl
My server cannot generate an SSL certificate. The logs are below. I tried zero installation, same again. What could be the cause?
LOGS:
TypeScript
Worker certificates started
[Job] Received Job (66d300cabe0868.40864478).
Cannot renew domain (www.domain.name) on attempt no. 2 certificate: Failed to rename certificate cert.pem. Let's Encrypt log: Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator webroot, Installer None
Performing the following challenges:
http-01 challenge for www.domain.name
Using the webroot path /storage/certificates for all unmatched domains.
Waiting for verification...
Cleaning up challenges
; Account registered.
Simulating a certificate request for www.domain.name
The dry run was successful.
[Job] (66d300cabe0868.40864478) failed to run.
[Job] (66d300cabe0868.40864478) Failed to rename certificate cert.pem. Let's Encrypt log: Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator webroot, Installer None
Performing the following challenges:
http-01 challenge for www.domain.name
Using the webroot path /storage/certificates for all unmatched domains.
Waiting for verification...
Cleaning up challenges
; Account registered.
Simulating a certificate request for www.domain.name
The dry run was successful.
[Error] Type: Exception
[Error] Message: Failed to rename certificate cert.pem. Let's Encrypt log: Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator webroot, Installer None
Performing the following challenges:
http-01 challenge for www.domain.name
Using the webroot path /storage/certificates for all unmatched domains.
Waiting for verification...
Cleaning up challenges
; Account registered.
Simulating a certificate request for www.domain.name
The dry run was successful.
[Error] File: /usr/src/code/src/Appwrite/Platform/Workers/Certificates.php
[Error] Line: 397
TL;DR
Developer having trouble creating SSL certificate for their server. Attempted using docker compose with no success. Logs show failed attempts to renew domain certificate due to error renaming cert.pem. The issue seems related to Let's Encrypt plugin.
Solution: Check Let's Encrypt log for detailed error info, ensure proper permissions for certificate generation, and retry SSL creation process with careful attention to domain configuration.Recommended threads
- Properly contained appwrite main app can...
Hello! We tried to reinstall our main self-hosted appwrite with a new method but the main app 2 mins after launch throw this error: ```2025/06/22 16:16:14 s...
- Broken message
https://github.com/appwrite/appwrite/issues/10081 I just realized that I can just build appwrite myself, was this bug fixed in latest dev release?
- 404 errors after 7 Days
Local hosted Appwrite via docker. Last version and current version. After exactly 7 days Appwrite stops working. I get 404 route not found, cannot access anyth...
