
Also, are you using standard port for HTTPS?

With permission, I'm entering there

yes, nginx (80-443) -> appwrite 1.4.1 (80, 443)

First domain appwrite.bonfisoft.com Seems using SSL correctly 👀

nginx is actually a dockerized nginx proxy manager BTW

Both domains are using SSL in my side 🧐

Specifically TLS 1.2

NPM requests the certs when the redirect is set up. The issue i think is appwrite trying to request another

What do you mean?

Also, are you using NGINX to proxy 2 domains to Appwrite?

I have a router exposed to the internet, the router send all 80 and 443 requests to a machine running NPM. NPM proxies the domains to Appwrite.

the domains are proxeied to port 80, 443 on the apprwite machine running docker

so i think the main domain works because it gets the provisioned ssl from npm. the other domain works externally because of the same reason. But when from inside you set up the custom domain in a project, the cert worker somehow cannot get the verification

Ya you might be fine. No need to appwrite to set up an SSL certificate if NPM already has one

so just disregard cert status? but then it doesn't let me change the custom domain endpoint.

Because the domain is set by the proxy

Basically both domain and SSL are being handled by the proxy

Can you recreate?

you mean the custom domain entry? Yes tried. custom domain entry gets verified, cert creation by apprite fails, project endpoint still points to main domain

was going to try to update the endpoint with the cli, but the cli is broken too!

That won't change. Just disregard.it

ok. so i can just keep the main endpoint and won't mess up cors?

Ya and you should be able to use your custom domain in your app too

Awesome thanks!

I'll try that and come back if doesn't work. Thank you1
Recommended threads
- Problems with adding my custom domain
- Can't push functions when self-hosting o...
Hello, I'm a bit new to appwrite functions and recently hosted a fresh 1.7.4 on my portainer setup. Tried to create a new function and when trying to push it I ...
- Self-hosted Appwrite keeps slowing down ...
For some reason my self-hosted instance of Appwrite periodically slows down so much and becomes unresponsive (console, APIs, everything). I keep restarting the ...
