Admin
What version of Appwrite are you on and was it a clean install or did you upgrade?
Votes
0
Replies
24
Participants
Unknown
Messages
25
Admin
What version of Appwrite are you on and was it a clean install or did you upgrade?
Rank 1: Thread
Here's this as well. It was showing unknown before, but now it's Traefik's default cert.
Rank 1: Thread
Fresh install today using 1.4.3
Admin
This is the default that Appwrite/traefik uses
Rank 1: Thread
It should be giving it a letsencrypt cert though, right?
Admin
Can you try a domain that isn't as deeply nested?
Admin
This also sounds really weird especially if the certificate status is generated 🧐
Rank 1: Thread
My thoughts exactly. It doesn't take time doing the generating either. It's instantanious.
Rank 1: Thread
Trying another domain
Rank 1: Thread
Same thing with another domain. Tried both with A records as well as a CNAME pointing to my main domain.
Admin
Hmm okay. I'll have to try and reproduce this tomorrow
Rank 1: Thread
Thanks. Let me know if there's anything else I can do to help
Rank 1: Thread
Checked the logs for the certificate service container again and there's nothing
Admin
this first entry...that was the default one created after you created your function wasn't it?
Admin
so i just tested creating a custom domain and it seemed to work fine for me 🧐
Admin
how did you install appwrite? did you have a installation previously? what's the output of docker inspect appwrite_appwrite-mariadb?
Rank 1: Thread
Yes it was
Rank 1: Thread
I installed the standard way listed on the website. Here's the output:
root@appwrite:~# docker inspect appwrite_appwrite-mariadb
[
{
"CreatedAt": "2023-09-25T23:00:47Z",
"Driver": "local",
"Labels": {
"com.docker.compose.project": "appwrite",
"com.docker.compose.version": "2.20.2",
"com.docker.compose.volume": "appwrite-mariadb"
},
"Mountpoint": "/var/lib/docker/volumes/appwrite_appwrite-mariadb/_data",
"Name": "appwrite_appwrite-mariadb",
"Options": null,
"Scope": "local"
}
]
Admin
ok looks like the ceritifcate status will be generated if verification status is verified...
Admin
can you:
rulesRank 1: Thread
Rank 1: Thread
The "logs" param is empty
Rank 1: Thread
Tried doing "Retry Verification" as well
Rank 1: Thread
This is all that happens
Admin
let me double check with the team about this.