Why the generated certificate from treafik is not trusted.
And I also observe a problem with the custom domain for the function.
I tried two different CNAME but it is not verifying.
1 messages · Page 1 of 1 (latest)
Why the generated certificate from treafik is not trusted.
And I also observe a problem with the custom domain for the function.
I tried two different CNAME but it is not verifying.
First of all, you know all DNS data is public, right? So there’s not much point censoring anything
😅 I will not hide it ahead
@tough oyster Have you ever encountered such a problem?
To be trusted by the world, your certificate has to be “signed” by a recognised certificate authority. Appwrite uses LetsEncrypt for this.
The verification modal you’re looking at is for adding an additional domain to access your function with, not to verify your primary [FUNCTION_ID].functions.[YOUR_APPWRITE_DOMAIN] certificate.
Can we please see a screenshot of the Domains tab in your Function?
Oh, and you’re self hosting, right?
Self i use self hosting
Could we please see a screenshot of the Domains tab in your Function
This you mean
Interesting. So it shows it has a valid certificate, but it doesn’t seem to be using it.
Yes, I have seen this before, but I never quite got to the bottom of why it was happening
Working with the certificate in appwrite is a problematic.
Seems like you have nginx in front of appwrite? That could be interfering
No, I don't have it, I have only one appwrite running on one server. It is running on port 80, 443.
that 1st one if the auto generated one? Auto generated ones won't have a cert out of the box
(even though it says generated 😕 )
are you running Nginx Proxy Manager in front of Appwrite?
I did not generate it myself, the first automatically generated certificate. Should I manually generate them or what do you suggest?
No, Apart from appwrite, there is nothing on the hosting.
yes, create a custom function domain. i think the 2 you added should be webhook.core.pai.kg and webhooks.pai.kg
i don't think i see the DNS record so maybe it hasn't propagated?
Added it 6 hours ago, I think it should have been updated already.
you're right nvm
I can't figure out what else the problem might be.
would you please share a screenshot of the domains page again?
please also make sure there are no extra spaces in the domain
when you mouse over webhooks...what is the link?
isn't that wrong?
when you were creating the domain, what did you enter?
webhoooks and webhooks.core
that is wrong
I need fill full address?
it should be webhook.core.pai.kg and webhooks.pai.kg
It is work, This is my mistake. Thank you solved my problem
For the first, do I manually generate certificates? Please tell me how to do it correctly.
you could try to manually generate a certificate.
do you have requests running through Nginx Proxy Manager?
Can I manually generate for certain domains?
Thank you