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
- Issue with downloading large files (40GB...
Hi everyone! I am using the latest Appwrite 1.8.0 version on my self-hosted server. I successfully uploaded a large ZIP archive (~40GB) using the chunked uploa...
- Firebase app import
I'm **very** new to appwrite and I just set up appwrite with docker and I'm trying to import a Firebase app I have set up but it's erroring and I don't really k...
- Console infinite loading behind NginxPro...
Hi All, I am trying to get AppWrite to work behind NPM. I've followed the Medium guide to set proper headers, I've added my proxy configuration to NPM, and I ...