Warning: Undefined array key 1 in /usr/src/code/vendor/utopia-php/cli/src/CLI/CLI.php on line 179
- 1
- Web
admin@sup:~/appwrite$ docker compose exec appwrite ssl domain="domain.com" -v
Warning: Undefined array key 1 in /usr/src/code/vendor/utopia-php/cli/src/CLI/CLI.php on line 179 Scheduling a job to issue a TLS certificate for domain: domain.com
am having issue while updating ssl cert
admin@sup:/appwrite$ docker compose logs appwrite
appwrite | [Setup] - Creating database: appwrite...
appwrite | [Setup] - Server database init completed...
appwrite | Server started successfully (max payload is 6,291,456 bytes)
appwrite | Master pid 1, manager pid 8
appwrite | 93.92.112.*** is not a publicly accessible domain. Skipping SSL certificate generation.
appwrite | [Error] Timestamp: 2023-07-20T09:03:03+00:00
appwrite | [Error] Type: Utopia\Exception
appwrite | [Error] Message: Not Found
appwrite | [Error] File: /usr/src/code/vendor/utopia-php/framework/src/App.php
appwrite | [Error] Line: 763
appwrite | [Error] Timestamp: 2023-07-20T09:03:03+00:00
appwrite | [Error] Type: Utopia\Exception
appwrite | [Error] Message: Not Found
appwrite | [Error] File: /usr/src/code/vendor/utopia-php/framework/src/App.php
appwrite | [Error] Line: 763
appwrite | [Error] Timestamp: 2023-07-20T09:03:04+00:00
appwrite | [Error] Type: Utopia\Exception
appwrite | [Error] Message: Not Found
appwrite | [Error] File: /usr/src/code/vendor/utopia-php/framework/src/App.php
appwrite | [Error] Line: 763
appwrite | [Error] Timestamp: 2023-07-20T09:03:04+00:00
appwrite | [Error] Type: Utopia\Exception
appwrite | [Error] Message: Not Found
appwrite | [Error] File: /usr/src/code/vendor/utopia-php/framework/src/App.php
appwrite | [Error] Line: 763
admin@sup:/appwrite$
{ "identifier": { "type": "dns", "value": "***.ml" }, "status": "invalid", "expires": "2023-07-27T11:50:56Z", "challenges": [ { "type": "http-01", "status": "invalid", "error": { "type": "urn:ietf:params:acme:error:dns", "detail": "DNS problem: NXDOMAIN looking up A for ***.ml - check that a DNS record exists for this domain; DNS problem: NXDOMAIN looking up AAAA for ***.ml - check tha> "status": 400 }, "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/247307986227/t-A8LQ", "token": "cnVsd-VE8sRDzgrGiD4ldXJbzzd_G23FknNxyE9klRk", "validated": "2023-07-20T11:50:56Z" } ] } 2023-07-20 11:50:58,062:DEBUG:acme.client:Storing nonce: 327CiuFZHY_ssDe5Qg5uANn96hgczhtqGll1Ox7leyPXaRY 2023-07-20 11:50:58,063:INFO:certbot._internal.auth_handler:Challenge failed for domain ***.ml 2023-07-20 11:50:58,063:INFO:certbot._internal.auth_handler:http-01 challenge for ***.ml 2023-07-20 11:50:58,064:DEBUG:certbot._internal.display.obj:Notifying user: Certbot failed to authenticate some domains (authenticator: webroot). The Certificate Authority reported these problems: Domain: ***.ml Type: dns Detail: DNS problem: NXDOMAIN looking up A for ***.ml - check that a DNS record exists for this domain; DNS problem: NXDOMAIN looking up AAAA for ***.ml - check that a DNS r>
Hint: The Certificate Authority failed to download the temporary challenge files created by Certbot. Ensure that the listed domains serve their content from the provided --webroot-pat>
are you trying to setup the main domain for your appwrite instance? or a project domain?
yes main domain
i guess it's with freenom
domain provider
do you have the domain in your .env file for the DOMAIN env vars?
i found out it's with freenom.com having issue
when i used different domain it's worked
thanksyou sir
Recommended threads
- Getting this error when creating a websi...
when I visit the site I get 404, even if the deployment is successfull
- Deploying to Sites will not work. NextJS
It’s been many times I have attempted to deploy to Appwrite and it’s always failed. The deployment itself works, the logs show it works perfectly, however when ...
- custom domain on cloudflair was verified...
I've added the credentials as instructed by the appwrite documentation, with cname set to dns only without proxy, and it successfully validated my domain, and w...